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

@@ -28,6 +28,7 @@ macro_rules! dalek_curve {
type G = $Point;
const ID: &'static [u8] = $ID;
fn generator() -> Self::G {
$POINT
}