Publishing v0.5.0-pre.7 (#128)

This commit is contained in:
Kevin Lewi
2024-01-11 11:58:36 -08:00
committed by GitHub
parent 68cc7d3709
commit 1b67086028
11 changed files with 930 additions and 1039 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ use zeroize::Zeroize;
use crate::{InternalError, Result};
/// A prime-order subgroup of a base field (EC, prime-order field ...). This
/// subgroup is noted additively — as in the draft RFC — in this trait.
/// subgroup is noted additively — as in the RFC — in this trait.
pub trait Group {
/// The type of group elements
type Elem: ConstantTimeEq