Tags

context

Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.

0 questions
crypto

Package crypto collects common cryptographic constants.

0 questions
crypto-aes

Package aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.

0 questions
crypto-cipher

Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.

0 questions
crypto-des

Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3.

0 questions
crypto-dsa

Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.

0 questions
crypto-ecdh

Package ecdh implements Elliptic Curve Diffie-Hellman over NIST curves and Curve25519.

0 questions
crypto-ecdsa

Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-4 and SEC 1, Version 2.0.

0 questions
crypto-ed25519

Package ed25519 implements the Ed25519 signature algorithm.

0 questions
crypto-elliptic

Package elliptic implements the standard NIST P-224, P-256, P-384, and P-521 elliptic curves over prime fields.

0 questions