From 1e6e914ca7ba8946614abff02fcd6d917771af0e Mon Sep 17 00:00:00 2001 From: Matt David Date: Wed, 27 Apr 2016 09:54:06 -0700 Subject: - Fix spacing --- bip-0075.mediawiki | 1 - 1 file changed, 1 deletion(-) (limited to 'bip-0075.mediawiki') 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) -

====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. -- cgit v1.2.3