mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 14:22:46 +01:00
BOLT 8: remove extraneous ).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
fd9da9b95e
commit
e0c436bd7a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ The following functions will also be referenced:
|
|||
* Where `encrypt` is an evaluation of `ChaCha20-Poly1305` (IETF variant)
|
||||
with the passed arguments, with nonce `n` encoded as 32 zero bits,
|
||||
followed by a *little-endian* 64-bit value. Note: this follows the Noise
|
||||
Protocol convention, rather than our normal endian).
|
||||
Protocol convention, rather than our normal endian.
|
||||
|
||||
* `decryptWithAD(k, n, ad, ciphertext)`: outputs `decrypt(k, n, ad, ciphertext)`
|
||||
* Where `decrypt` is an evaluation of `ChaCha20-Poly1305` (IETF variant)
|
||||
|
|
Loading…
Add table
Reference in a new issue