Fix for superscript period appearing in docs.
This commit is contained in:
parent
d72929f64e
commit
21b0384f28
@ -3,7 +3,7 @@ use ::{Field};
|
||||
use super::fq2::Fq2;
|
||||
use super::fq::{FROBENIUS_COEFF_FQ6_C1, FROBENIUS_COEFF_FQ6_C2};
|
||||
|
||||
/// An element of Fq6, represented by c0 + c1 * v + c2 * v^2.
|
||||
/// An element of Fq6, represented by c0 + c1 * v + c2 * v^(2).
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||
pub struct Fq6 {
|
||||
pub c0: Fq2,
|
||||
|
Loading…
Reference in New Issue
Block a user