Skip to content

Commit

Permalink
Fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 2, 2023
1 parent b5ba6dc commit f0cbca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modular/bernstein_yang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ use core::{
///
/// For better understanding the implementation, the following resources are recommended:
/// - D. Bernstein, B.-Y. Yang, "Fast constant-time gcd computation and modular inversion",
/// https://gcd.cr.yp.to/safegcd-20190413.pdf
/// <https://gcd.cr.yp.to/safegcd-20190413.pdf>
/// - P. Wuille, "The safegcd implementation in libsecp256k1 explained",
/// https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md
/// <https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md>
#[derive(Debug)]
pub struct BernsteinYangInverter<const L: usize> {
/// Modulus
Expand Down

0 comments on commit f0cbca4

Please sign in to comment.