mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
parent
d88b6c01c4
commit
366e9029bf
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ use util::CTAssignable;
|
|||
#[derive(Copy, Clone)]
|
||||
pub struct CompressedEdwardsY(pub [u8; 32]);
|
||||
|
||||
impl Debug for CompressedPoint {
|
||||
impl Debug for CompressedEdwardsY {
|
||||
fn fmt(&self, f: &mut ::core::fmt::Formatter) -> ::core::fmt::Result {
|
||||
write!(f, "CompressedPoint: {:?}", &self.0[..])
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue