/AesCtr

use the festest golang aes ctr implement with golang 1.9

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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