Skip to content

Commit cb11c22

Browse files
committed
remove unused sphinx type re-export
1 parent 470cc00 commit cb11c22

File tree

1 file changed

+1
-1
lines changed
  • common/nymsphinx/types/src

1 file changed

+1
-1
lines changed

common/nymsphinx/types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub use sphinx_packet::{
1515
self, DESTINATION_ADDRESS_LENGTH, IDENTIFIER_LENGTH, MAX_PATH_LENGTH, NODE_ADDRESS_LENGTH,
1616
PAYLOAD_KEY_SIZE,
1717
},
18-
crypto::{self, EphemeralSecret, PrivateKey, PublicKey, SharedSecret},
18+
crypto::{self, PrivateKey, PublicKey},
1919
header::{self, delays, delays::Delay, ProcessedHeader, SphinxHeader, HEADER_SIZE},
2020
packet::builder::DEFAULT_PAYLOAD_SIZE,
2121
payload::{Payload, PAYLOAD_OVERHEAD_SIZE},

0 commit comments

Comments
 (0)