kriskwiatkowski / nobs

Implementation of cryptographic primitives in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRBG: use hardware support for AES

kriskwiatkowski opened this issue · comments

using standard implementation of AES causes memory allocation.
I've a PoC which has SetKey operation, so that I don't need to do NewCipher in DRBG update. PoC lacks ARM and X86 hardware acceleration