bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/flate | Package flate implements the DEFLATE compressed data format, described in RFC 1951. |
crypto | Package crypto collects common cryptographic constants. |
crypto/aes | Package aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197. |
crypto/cipher | Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations. |
crypto/ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5]. |
crypto/elliptic | Package elliptic implements the standard NIST P-224, P-256, P-384, and P-521 elliptic curves over prime fields. |
crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
crypto/sha512 | Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/dvsekhvalnov/jose2go/aes | Package aes contains provides AES Key Wrap and ECB mode implementations |
github.com/dvsekhvalnov/jose2go/arrays | Package arrays provides various byte array utilities |
github.com/dvsekhvalnov/jose2go/base64url | package base64url provides base64url encoding/decoding support |
github.com/dvsekhvalnov/jose2go/compact | package compact provides function to work with json compact serialization format |
github.com/dvsekhvalnov/jose2go/kdf | package kdf contains implementations of various key derivation functions |
github.com/dvsekhvalnov/jose2go/keys/ecc | package ecc provides helpers for creating elliptic curve leys |
github.com/dvsekhvalnov/jose2go/padding | package padding provides various padding algorithms |
hash | Package hash provides interfaces for hash functions. |
io | Package io provides basic interfaces to I/O primitives. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |