B32 returns k as the *[32]byte type that's used by the
golang.org/x/crypto packages. This allocates; it might
not be appropriate for performance-sensitive paths.
B32 returns k as the *[32]byte type that's used by the
golang.org/x/crypto packages. This allocates; it might
not be appropriate for performance-sensitive paths.