Imports of package ecdsa

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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/ecdhPackage ecdh implements Elliptic Curve Diffie-Hellman over NIST curves and Curve25519.
crypto/ellipticPackage elliptic implements the standard NIST P-224, P-256, P-384, and P-521 elliptic curves over prime fields.
crypto/internal/bigmod
crypto/internal/boringPackage boring provides access to BoringCrypto implementation functions.
crypto/internal/boring/bbig
crypto/internal/nistec
crypto/internal/randutilPackage randutil contains internal randomness utilities for various crypto packages.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
errorsPackage errors implements functions to manipulate errors.
golang.org/x/crypto/cryptobytePackage cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER.
golang.org/x/crypto/cryptobyte/asn1Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package.
ioPackage io provides basic interfaces to I/O primitives.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.