Skip to content

otplib API Documentation / otplib / HashAlgorithm

Type Alias: HashAlgorithm

HashAlgorithm = "sha1" | "sha256" | "sha512"

Defined in: core/src/types.ts:4

Supported hash algorithms for HMAC operations

Released under the MIT License.