mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 14:23:59 -07:00
removed unused variable
This commit is contained in:
parent
93f62952e6
commit
8bdb58ef15
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ pub mod salsa;
|
|||
pub mod typestate;
|
||||
pub mod x25519;
|
||||
|
||||
pub const ZEROES: [u8; 64] = [0_u8; 64];
|
||||
|
||||
/// Constant time byte slice equality.
|
||||
#[inline]
|
||||
pub fn secure_eq<A: AsRef<[u8]> + ?Sized, B: AsRef<[u8]> + ?Sized>(a: &A, b: &B) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue