Skip to content

Commit

Permalink
Update ff/src/fields/bf.rs
Browse files Browse the repository at this point in the history
create a clickable link to the BinaryFieldElement type definition

Co-authored-by: Thomas Coratger <60488569+tcoratger@users.noreply.github.com>
  • Loading branch information
martinsander00 and tcoratger authored Dec 13, 2024
1 parent 6d629df commit 874b3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff/src/fields/bf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub struct BinaryFieldElement {
}

impl BinaryFieldElement {
// Constructor to create a new BinaryFieldElement
// Constructor to create a new [`BinaryFieldElement`]
pub fn new(value: BigUint) -> Self {
BinaryFieldElement { value }
}
Expand Down

0 comments on commit 874b3f9

Please sign in to comment.