Imports of package cryptotest

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
internal/byteorderPackage byteorder provides functions for decoding and encoding little and big endian integer types from/to byte slices.
ioPackage io provides basic interfaces to I/O primitives.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
unsafePackage unsafe contains operations that step around the type safety of Go programs.