internal/ directory

Directories

PathSynopsis
crypto/internal/boringPackage boring provides access to BoringCrypto implementation functions.
crypto/internal/boring/bbig
crypto/internal/boring/sigPackage sig holds “code signatures” that can be called and will result in certain code sequences being linked into the final binary.
crypto/internal/edwards25519Package edwards25519 implements group logic for the twisted Edwards curve
crypto/internal/edwards25519/fieldPackage field implements fast arithmetic modulo 2^255-19.
crypto/internal/edwards25519/field/_asm
crypto/internal/nistecPackage nistec implements the NIST P elliptic curves from FIPS 186-4.
crypto/internal/nistec/fiat
crypto/internal/randutilPackage randutil contains internal randomness utilities for various crypto packages.
crypto/internal/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Version
v1.19.0-beta.1
Published
Jun 9, 2022
Platform
js/wasm
Last checked
2 minutes ago

Tools for package owners.