Skip to content

Commit 4ea0e19

Browse files
authored
Update hornet.go
1 parent 8afb7dc commit 4ea0e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hornet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fSLength = 48
2121
// * NOTE: this doesn't include adding R to the forwarding segment, and w/e esle
2222

2323
// 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.
24+
// encrypt plaintext of all zeros, this'll give us our len(plaintext) rand bytes.
2525
// 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)
2626
// PRG1 -> {0, 1}^k -> {0, 1}^r(c+k) or {0, 1}^1280 (assuming 20 hops)
2727
// PRG2 -> {0, 1}^k -> {0, 1}^rc or {0, 1}^960 (assuming 20 hops, c=48)

0 commit comments

Comments
 (0)