mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Add type to X25519 basepoint doc
This commit is contained in:
parent
1d480a8a71
commit
2d5dc5079f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ pub const ED25519_BASEPOINT_COMPRESSED: CompressedEdwardsY =
|
|||
0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,
|
||||
0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66]);
|
||||
|
||||
/// The X25519 basepoint, in compressed Montgomery form.
|
||||
/// The X25519 basepoint, in `CompressedMontgomeryU` format.
|
||||
pub const X25519_BASEPOINT_COMPRESSED: CompressedMontgomeryU =
|
||||
CompressedMontgomeryU([0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
|
|
|||
Loading…
Reference in a new issue