crypto
crypto copied to clipboard
[mirror] Go supplementary cryptography libraries
Results
102
crypto issues
Sort by
recently updated
recently updated
newest added
When the server gets an `agentSignRequest` it can be `ssh.PublicKey` or `ssh.Certificate` formatted keys. As the server only parsed these into `ssh.Key` they would require a `Marshal()` to `ParsePublicKey()` dance...
Add function return value descriptions to golang.org/x/crypto/nacl functions where either: - There is more than one non-obvious return value (e.g. more than just `error`) - The return values are not...