Skip to content

Commit ed8b05c

Browse files
committed
common: add sha3 kdf identifiers.
1 parent ae68506 commit ed8b05c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/common/src/identifiers.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ export const KdfId = {
4343
HkdfSha256: 0x0001,
4444
HkdfSha384: 0x0002,
4545
HkdfSha512: 0x0003,
46+
Sha3256: 0x0004,
47+
Sha3384: 0x0005,
48+
Sha3512: 0x0006,
49+
Shake128: 0x0010,
50+
Shake256: 0x0011,
51+
TurboShake128: 0x0012,
52+
TurboShake256: 0x0013,
4653
} as const;
4754

4855
/**

0 commit comments

Comments
 (0)