Imports of package otp

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.
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.
hashPackage hash provides interfaces for hash functions.
mathPackage math provides basic constants and mathematical functions.
net/urlPackage url parses URLs and implements query escaping.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.