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

if userwant to known the channel close event,can use this to register a channel to receive event

Add assembly optimized versions for ChaCha20 and Poly1305 crypto algorithms for MIPSLE. The algorithms have been ported from other ASM implementations, both of which are dual licensed under “GPL-2.0 OR...

Correct the component splitting in the nextWord function to omit the initial empty element when decoding the pipe-separated hostname hash. Previously, the error message incorrectly counted this empty element, leading...

This patch includes a new API for consumers to access their known_hosts' keys, as well as relevant metadata included in the existing `KnownHost`.

Updates `InvalidCostError` error string in the `bcrypt` package to present cost range bounds as inclusive (brackets []) instead of exclusive (parentheses ()).

Small changes to improve performance of xts by about 6%. This removes all bounds checks, which can be verified by running: go build -gcflags="-d=ssa/check_bce/debug=1" . Before this would show mutiple...

This PR is necessary to work with the ocsp server in cfssl. See additional PR there https://github.com/cloudflare/cfssl/pull/1420 This PR adds support for the EdDSA Ed25519 signature algorithm to the OCSP...

Initial implementation of proposal of SSHSIG closes golang/go#68197 Want to make sure the API is all right before adding more tests. Also seeking feedback on how to best test this...