mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Change another unittest compress() to compress_edwards().
This commit is contained in:
parent
9171a03894
commit
9f0c6c86f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1395,7 +1395,7 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn test_compressed_identity() {
|
||||
assert_eq!(ExtendedPoint::identity().compress(),
|
||||
assert_eq!(ExtendedPoint::identity().compress_edwards(),
|
||||
CompressedEdwardsY::identity());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue