feat(crypto): h/totp to accept secret
in type of BufferSource
only. #81
Open
Description
Thus letting end user to adjust their seed format as needed, instead of jumping in-between of base32 padding / non-padding as currently.
BufferSource
as input type of crypto.subtle.importKey("raw", _)
, which is both OK for Uint8Array
or ArrayBuffer
.
Btw, this feature suggestion is breaking change as semver major, but I think it'd worthwhile.
Metadata
Assignees
Labels
No labels