menu
otp_crypto package
documentation
otp_crypto/hkdf.dart
HkdfSha256
hashLen constant
hashLen constant
dark_mode
light_mode
hashLen
constant
int
const
hashLen
SHA-256 digest length in bytes.
Implementation
static const int hashLen = 32;
otp_crypto package
documentation
otp_crypto/hkdf
HkdfSha256
hashLen constant
HkdfSha256 class