Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Nguyen <nathan.nguyen@evernym.com>
  • Loading branch information
Nathan Nguyen authored and dcmiddle committed Jun 2, 2021
1 parent 046b883 commit f86fcb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libursa/src/kex/secp256k1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ mod ecdh_secp256k1 {
use sha2::digest::generic_array::typenum::U32;
use sha2::Digest;
use zeroize::Zeroize;
#[allow(dead_code)]
const PUBLIC_UNCOMPRESSED_KEY_SIZE: usize = 65;

#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct EcdhSecp256k1Impl;
Expand Down

0 comments on commit f86fcb6

Please sign in to comment.