Lint FROST

Corrects ertrors introduced a couple commits ago as well.
This commit is contained in:
Luke Parker
2022-08-13 08:50:30 -04:00
parent 454b73aec3
commit 280fc441a7
4 changed files with 6 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ macro_rules! kp_curve {
type G = $lib::ProjectivePoint;
const ID: &'static [u8] = $ID;
fn generator() -> Self::G {
$lib::ProjectivePoint::GENERATOR
}