add more resources (WebAssembly and React Native) (#335)

* add more resources (WebAssembly and React Native)

* Fixing clippy

---------

Co-authored-by: Kevin Lewi <[email protected]>
This commit is contained in:
Nik Graf
2023-07-15 20:44:47 -07:00
committed by GitHub
co-authored by Kevin Lewi
parent 4487f11f87
commit d65cc4d38d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use rand::rngs::OsRng;
#[cfg(feature = "ristretto255")]
static SUFFIX: &str = "ristretto255";
#[cfg(all(not(feature = "ristretto255")))]
#[cfg(not(feature = "ristretto255"))]
static SUFFIX: &str = "p256";
struct Default;