Imports of package ecdsa

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
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/boringPackage boring provides access to BoringCrypto implementation functions.
crypto/internal/boring/bbig
crypto/internal/fips140/ecdsa
crypto/internal/fips140hash
crypto/internal/fips140only
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).
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.