Skip to content

Commit

Permalink
feat: export hmacSha512 and pbkdf2Sha512
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Feb 3, 2025
1 parent ceaa570 commit 13ae80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type {
} from './SLIP10Node';
export { SLIP10Node } from './SLIP10Node';
export type { CryptographicFunctions } from './cryptography';
export { hmacSha512, pbkdf2Sha512 } from './cryptography';
export type { SupportedCurve } from './curves';
export { secp256k1, ed25519, ed25519Bip32 } from './curves';
export type {
Expand Down

0 comments on commit 13ae80b

Please sign in to comment.