Skip to content

Commit

Permalink
Fix no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Feb 24, 2024
1 parent cad9eba commit 7644963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bandersnatch_vrfs/src/affine.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use ark_ff::MontFp;
use ark_ec::{short_weierstrass::{self, SWCurveConfig, SWFlags}, CurveConfig};
use ark_serialize::{Compress, Read, SerializationError, Validate, Write};
use ark_std::vec::Vec;
use crate::bandersnatch::{BandersnatchConfig as BandersnatchConfigBase, SWAffine as AffineBase, SWProjective as ProjectiveBase};

pub const COMPRESSED_POINT_SIZE: usize = 32;
Expand Down

0 comments on commit 7644963

Please sign in to comment.