Skip to content

Commit

Permalink
tests: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanVicens committed Nov 18, 2024
1 parent e239e81 commit f63d5ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/kyber.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ describe('KyberCrypto', () => {
const privateKey = keys.privateKey;

const message = 'Hello, Kyber!';
const encodedMessage = new TextEncoder().encode(message);

const { encryptedData, secret } = await kyber.encrypt(publicKey);
expect(encryptedData).toBeDefined();
Expand Down

0 comments on commit f63d5ec

Please sign in to comment.