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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user