mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
fix: correct hi bit description in RecoveryId documentation (#970)
This commit is contained in:
@@ -47,7 +47,7 @@ use {
|
||||
/// - low bit (0/1): was the y-coordinate of the affine point resulting from
|
||||
/// the fixed-base multiplication 𝑘×𝑮 odd? This part of the algorithm
|
||||
/// functions similar to point decompression.
|
||||
/// - hi bit (3/4): did the affine x-coordinate of 𝑘×𝑮 overflow the order of
|
||||
/// - hi bit (2/3): did the affine x-coordinate of 𝑘×𝑮 overflow the order of
|
||||
/// the scalar field, requiring a reduction when computing `r`?
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, PartialOrd, Ord)]
|
||||
pub struct RecoveryId(pub(crate) u8);
|
||||
|
||||
Reference in New Issue
Block a user