Skip to content

Commit

Permalink
Convenience types
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Jul 23, 2024
1 parent 3d741fa commit 8951625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/suites/bandersnatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub mod weierstrass {

pub type PcsParams = ring_suite::PcsParams<BandersnatchSha512Tai>;
pub type RingContext = ring_suite::RingContext<BandersnatchSha512Tai>;
pub type RingCommitment = ring_suite::RingCommitment<BandersnatchSha512Tai>;
pub type VerifierKey = ring_suite::VerifierKey<BandersnatchSha512Tai>;
pub type RingProver = ring_suite::RingProver<BandersnatchSha512Tai>;
pub type RingVerifier = ring_suite::RingVerifier<BandersnatchSha512Tai>;
Expand Down Expand Up @@ -177,6 +178,7 @@ pub mod edwards {

pub type PcsParams = ring_suite::PcsParams<BandersnatchSha512Ell2>;
pub type RingContext = ring_suite::RingContext<BandersnatchSha512Ell2>;
pub type RingCommitment = ring_suite::RingCommitment<BandersnatchSha512Ell2>;
pub type VerifierKey = ring_suite::VerifierKey<BandersnatchSha512Ell2>;
pub type RingProver = ring_suite::RingProver<BandersnatchSha512Ell2>;
pub type RingVerifier = ring_suite::RingVerifier<BandersnatchSha512Ell2>;
Expand Down

0 comments on commit 8951625

Please sign in to comment.