mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +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,
|
||||||
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 =
|
pub const X25519_BASEPOINT_COMPRESSED: CompressedMontgomeryU =
|
||||||
CompressedMontgomeryU([0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
CompressedMontgomeryU([0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue