Fix some clippy lint warnings
This commit is contained in:
committed by
Kevin Lewi
parent
2c7fe4e382
commit
cd85efc603
@@ -21,7 +21,7 @@ struct VOPRFTestVectorParameters {
|
||||
|
||||
// Taken from https://github.com/cfrg/draft-irtf-cfrg-voprf/blob/master/draft-irtf-cfrg-voprf.md
|
||||
// in base mode
|
||||
static OPRF_RISTRETTO255_SHA512: &'static [&str] = &[
|
||||
static OPRF_RISTRETTO255_SHA512: &[&str] = &[
|
||||
r#"
|
||||
{
|
||||
"sksm": "758cbac0e1eb4265d80f6e6489d9a74d788f7ddeda67d7fb3c08b08f44bda30a",
|
||||
|
||||
Reference in New Issue
Block a user