zgiles / AesCtr

use the festest golang aes ctr implement with golang 1.9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AesCtr

GoDoc

  • use the festest golang aes ctr implement with golang 1.9

performance on my computer (mac)

  • go1.9.2 aes ctr (BenchmarkAESCTR1K_goAesCtr)
1000000	      2336 ns/op	 436.15 MB/s
  • CL 51670 (BenchmarkAESCTR1K_thisAesCtr)
3000000	       467 ns/op	2178.83 MB/s

LICENSE

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

how i get this package

About

use the festest golang aes ctr implement with golang 1.9

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 59.1%Language:Assembly 40.9%