summaryrefslogtreecommitdiff
path: root/bip-0075.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0075.mediawiki')
-rw-r--r--bip-0075.mediawiki1
1 files changed, 0 insertions, 1 deletions
diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki
index ef10c08..9cbc605 100644
--- a/bip-0075.mediawiki
+++ b/bip-0075.mediawiki
@@ -312,7 +312,6 @@ For the following we assume the Sender already knows the Receiver's public key,
* Initialize AES-256 in GCM Mode
** Use HMAC_DRBG.GENERATE(32) as the Encryption Key (256 bits)
** Use HMAC_DRBG.GENERATE(16) as the Initialization Vector (IV) (128 bits)
-<br/><br/>
====AES-256 GCM Authentication Tag Use====
The 16 byte authentication tag resulting from the AES-GCM encrypt operation MUST be prefixed to the returned ciphertext. The decrypt operation will use the first 16 bytes of the ciphertext as the GCM authentication tag and the remainder of the ciphertext as the ciphertext in the decrypt operation.