bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
encoding/base32 | Package base32 implements base32 encoding as specified by RFC 4648. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
golang.org/x/crypto/ed25519 | Package ed25519 implements the Ed25519 signature algorithm. |
io | Package io provides basic interfaces to I/O primitives. |