crypto icon indicating copy to clipboard operation
crypto copied to clipboard

[mirror] Go supplementary cryptography libraries

Results 102 crypto issues
Sort by recently updated
recently updated
newest added

The Raw field contains the DER encoded repreentation of the OCSP response

cla: yes

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...

cla: yes

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...

cla: yes

when t.pushPacket(p) returns an error, writePacket() should return the error other than nil.

cla: yes

GenerateFromPasswordWithSalt, return additional salt.

cla: yes

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...

cla: yes

### 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...

cla: yes