Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@ export const ARGON2ID_MEMORY_SIZE = 65536;
export const ARGON2ID_SALT_BYTE_LENGTH = 16;
export const ARGON2ID_OUTPUT_BYTE_LENGTH = 32;

export const KYBER512_PUBLIC_KEY_LENGTH = 800;
export const KYBER512_SECRET_KEY_LENGTH = 1632;

export const KYBER768_PUBLIC_KEY_LENGTH = 1184;
export const KYBER768_SECRET_KEY_LENGTH = 2400;

export const KYBER1024_PUBLIC_KEY_LENGTH = 1568;
export const KYBER1024_SECRET_KEY_LENGTH = 3168;

export const KYBER_SEED_LENGTH = 64;

export const HASH_BIT_LEN = 256;
Expand Down
2 changes: 0 additions & 2 deletions src/post-quantum-crypto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export * from './kyber768';
export * as kyber512 from './kyber512';
export * as kyber1024 from './kyber1024';
50 changes: 0 additions & 50 deletions src/post-quantum-crypto/kyber1024.ts

This file was deleted.

50 changes: 0 additions & 50 deletions src/post-quantum-crypto/kyber512.ts

This file was deleted.

63 changes: 0 additions & 63 deletions tests/post-quantum-crypto/kyber1024.test.ts

This file was deleted.

63 changes: 0 additions & 63 deletions tests/post-quantum-crypto/kyber512.test.ts

This file was deleted.

Loading