Skip to content

Commit 7726d7a

Browse files
remove kyber512 and kyber1024
1 parent e96e071 commit 7726d7a

6 files changed

Lines changed: 0 additions & 235 deletions

File tree

src/constants.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,8 @@ export const ARGON2ID_MEMORY_SIZE = 65536;
2121
export const ARGON2ID_SALT_BYTE_LENGTH = 16;
2222
export const ARGON2ID_OUTPUT_BYTE_LENGTH = 32;
2323

24-
export const KYBER512_PUBLIC_KEY_LENGTH = 800;
25-
export const KYBER512_SECRET_KEY_LENGTH = 1632;
26-
2724
export const KYBER768_PUBLIC_KEY_LENGTH = 1184;
2825
export const KYBER768_SECRET_KEY_LENGTH = 2400;
29-
30-
export const KYBER1024_PUBLIC_KEY_LENGTH = 1568;
31-
export const KYBER1024_SECRET_KEY_LENGTH = 3168;
32-
3326
export const KYBER_SEED_LENGTH = 64;
3427

3528
export const HASH_BIT_LEN = 256;

src/post-quantum-crypto/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
export * from './kyber768';
2-
export * as kyber512 from './kyber512';
3-
export * as kyber1024 from './kyber1024';

src/post-quantum-crypto/kyber1024.ts

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/post-quantum-crypto/kyber512.ts

Lines changed: 0 additions & 50 deletions
This file was deleted.

tests/post-quantum-crypto/kyber1024.test.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

tests/post-quantum-crypto/kyber512.test.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)