Skip to content

Commit

Permalink
Tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jun 25, 2024
1 parent 7437b6c commit 59f2b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ var test_new = () => {
// A test for the new, more general API. We start with some warm-up.

// Pick either one.
// MLS.setCiphersuite("MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519");
MLS.setCiphersuite("MLS_128_DHKEMX25519_CHACHA20POLY1305_SHA256_Ed25519");
MLS.setCiphersuite("MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519");
// MLS.setCiphersuite("MLS_128_DHKEMX25519_CHACHA20POLY1305_SHA256_Ed25519");

// The source of entropy is customizable.
MLS.setEntropy((n) => crypto.getRandomValues(new Uint8Array(n)));
Expand Down

0 comments on commit 59f2b3e

Please sign in to comment.