We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9ee56 commit aac5950Copy full SHA for aac5950
src/kx/nist.rs
@@ -11,7 +11,7 @@ use elliptic_curve::{
11
sec1::{FromEncodedPoint, ToEncodedPoint},
12
};
13
use rand_core::OsRng;
14
-use rustls::{Error, NamedGroup, PeerMisbehaved, crypto};
+use rustls::{Error, NamedGroup, crypto};
15
use sec1::point::ModulusSize;
16
17
/// Errors that can occur in NIST key exchange
0 commit comments