We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TryFrom<Scalar>
NonZeroScalar
1 parent 5cacd65 commit e88b28fCopy full SHA for e88b28f
1 file changed
elliptic-curve/src/macros.rs
@@ -55,7 +55,8 @@ macro_rules! scalar_from_impls {
55
}
56
57
58
- /// The constant-time alternative is available at [`$crate::NonZeroScalar<$curve>::new()`].
+ /// The constant-time alternative is available at
59
+ #[doc = concat!("[`", stringify!(elliptic_curve), "::NonZeroScalar<", stringify!($curve), ">::new()`].")]
60
impl TryFrom<$scalar> for $crate::NonZeroScalar<$curve> {
61
type Error = $crate::Error;
62
0 commit comments