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 8afb7dc commit 4ea0e19Copy full SHA for 4ea0e19
hornet.go
@@ -21,7 +21,7 @@ const fSLength = 48
21
// * NOTE: this doesn't include adding R to the forwarding segment, and w/e esle
22
23
// Hmmm since each uses diff key, just use AES-CTR with blank nonce, given key,
24
-// encrypt plaintext of all zeroes, this'll give us our len(plaintext) rand bytes.
+// encrypt plaintext of all zeros, this'll give us our len(plaintext) rand bytes.
25
// PRG0 -> {0, 1}^k -> {0, 1}^r(c+k) or {0, 1}^1280 (assuming 20 hops, like rusty, but, is that too large? maybe, idk)
26
// PRG1 -> {0, 1}^k -> {0, 1}^r(c+k) or {0, 1}^1280 (assuming 20 hops)
27
// PRG2 -> {0, 1}^k -> {0, 1}^rc or {0, 1}^960 (assuming 20 hops, c=48)
0 commit comments