# Functions
FromBase64 constructs a new Buffer from a base64 encoded data.
FromNData constructs a new Buffer from a "n:data" format (I made that name up).
FromUint creates a `Buffer` from an unsigned int.
# Type aliases
Buffer wraps `[]byte` and provides functions that are often used in the jwx related packages.