Imports of package nkeys

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/base32Package base32 implements base32 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
golang.org/x/crypto/curve25519Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519.
golang.org/x/crypto/ed25519Package ed25519 implements the Ed25519 signature algorithm.
golang.org/x/crypto/nacl/boxPackage box authenticates and encrypts small messages using public-key cryptography.
ioPackage io provides basic interfaces to I/O primitives.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.