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 21ed803 commit e9c538dCopy full SHA for e9c538d
tests/tools/crypto.nim
@@ -7,8 +7,8 @@
7
# This file may not be copied, modified, or distributed except according to
8
# those terms.
9
10
-import stew/byteutils
11
-import ../../libp2p/[crypto/crypto, transports/wstransport, transports/tls/certificate]
+import chronos/streams/tlsstream, stew/byteutils
+import ../../libp2p/[crypto/crypto, transports/tls/certificate]
12
13
type RngWrap = object
14
rng: ref HmacDrbgContext
0 commit comments