Offerings for clippy

This commit is contained in:
Georgio Nicolas
2025-09-12 20:28:49 +02:00
parent 8a24b45b5d
commit e783a5fced
+2 -2
View File
@@ -22,8 +22,8 @@ pub(crate) static PAIRING_BASE: LazyLock<Gt> =
LazyLock::new(|| bls12_381::pairing(&G1Affine::generator(), &G2Affine::generator()));
pub(crate) static G2_GENERATOR_PREPARED: LazyLock<G2Prepared> =
LazyLock::new(|| G2Prepared::from(G2Affine::generator()));
pub(crate) static BSGS_TABLE: LazyLock<BabyStepGiantStepLookup> =
LazyLock::new(|| BabyStepGiantStepLookup::default());
pub static BSGS_TABLE: LazyLock<BabyStepGiantStepLookup> =
LazyLock::new(BabyStepGiantStepLookup::default);
// Domain tries to follow guidelines specified by:
// https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-11#section-3.1