Skip to content

Commit

Permalink
Expose KxSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
zdave-parity committed Aug 31, 2023
1 parent 479739c commit 2b96e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pub use self::{
scattered::Scattered,
sessions::{RelSessionIndex, SessionIndex, SessionPhase, SessionStatus},
sphinx::{
Delay, KxPublic, MixnodeIndex, Packet, PeerId, RawMixnodeIndex, Surb, KX_PUBLIC_SIZE,
MAX_HOPS, MAX_MIXNODE_INDEX, PACKET_SIZE, PEER_ID_SIZE, SURB_SIZE,
Delay, KxPublic, KxSecret, MixnodeIndex, Packet, PeerId, RawMixnodeIndex, Surb,
KX_PUBLIC_SIZE, MAX_HOPS, MAX_MIXNODE_INDEX, PACKET_SIZE, PEER_ID_SIZE, SURB_SIZE,
},
topology::{Mixnode, NetworkStatus, TopologyErr},
};
Expand Down

0 comments on commit 2b96e55

Please sign in to comment.