Skip to content

Commit

Permalink
WIP12
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Oct 3, 2022
1 parent fffd77d commit f8db7b1
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions NOnion/Network/TorCircuit.fs
Original file line number Diff line number Diff line change
Expand Up @@ -673,17 +673,15 @@ type TorCircuit
circuitState <-
Ready(
circuitId,
nodes
@ List.singleton
{
TorCircuitNode.CryptoState =
TorCryptoState.FromKdfResult
(Kdf.ComputeHSKdf ntorKeySeed)
true
Window =
TorWindow
Constants.DefaultCircuitLevelWindowParams
}
{
TorCircuitNode.CryptoState =
TorCryptoState.FromKdfResult
(Kdf.ComputeHSKdf ntorKeySeed)
true
Window =
TorWindow
Constants.DefaultCircuitLevelWindowParams
} :: nodes
)

do!
Expand Down

0 comments on commit f8db7b1

Please sign in to comment.