Skip to content

Commit cc0d2eb

Browse files
authored
discv5-wire-test-vectors.md: prepended -> appended (#255)
- plaintext (4 bytes): `0x01c20101` - ciphertext (4 bytes): `0xa5d12a2d`` - MAC (16 bytes): `0x94b8ccb3ba55558229867dc13bfa3648` ==> The 16 bytes MAC is appended to the ciphertext, not prepended.
1 parent ae037ce commit cc0d2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discv5/discv5-wire-test-vectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ protocol.
150150
pt: 0x01c20101
151151
ad: 0x93a7400fa0d6a694ebc24d5cf570f65d04215b6ac00757875e3f3a5f42107903
152152

153-
Note that the 16 byte MAC is prepended to the ciphertext.
153+
Note that the 16 byte MAC is appended to the ciphertext.
154154

155155
message-ciphertext: 0xa5d12a2d94b8ccb3ba55558229867dc13bfa3648

0 commit comments

Comments
 (0)