mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
5 lines
88 B
Rust
5 lines
88 B
Rust
|
|
use super::Proof;
|
||
|
|
use crate::arithmetic::CurveAffine;
|
||
|
|
|
||
|
|
impl<C: CurveAffine> Proof<C> {}
|