crypto
crypto copied to clipboard
[mirror] Go supplementary cryptography libraries
The Raw field contains the DER encoded repreentation of the OCSP response
Rather than requiring a new memory allocation for every use of the chacha20 primitive allow an existing chacha20.Cipher to be reinitialised with a new key + nonce. This can help...
Implementing the 12 and 8 in both go and assembly. This is to address a TODO request. For assembly, I did minimal changes here by using the amd64 BX register...
when t.pushPacket(p) returns an error, writePacket() should return the error other than nil.
Modified the checkparms method for support 2048 size key length
Current implementation provides only XOF-based method for digest size other than 16 or 32 bytes. This commit allows digest size between 1 and 32 bytes, as defined by the BLAKE2s...
From CL 173457 and CL 235358.
### What version of Go are you using (`go version`)? $ go version go version go1.14.2 darwin/amd64 ### Does this issue reproduce with the latest release? Yes. ### What operating...