Imports of package jose

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