# Functions
MustRandom returns n randomly generated bytes.
NativeAES returns true when the executing CPU provides AES-GCM hardware instructions and an optimized assembler implementation is available.
NopCloser returns a WriteCloser that wraps w and implements Close as a no-op.
Random returns n randomly generated bytes if and only if err == nil.