summaryrefslogtreecommitdiff
path: root/bip-0075.mediawiki
diff options
context:
space:
mode:
authorMatt David <matt@netki.com>2016-04-27 09:54:06 -0700
committerMatt David <matt@netki.com>2016-04-27 09:54:06 -0700
commit1e6e914ca7ba8946614abff02fcd6d917771af0e (patch)
tree879cbc730c23f7e8312c07cb1664f5e6f0fe474d /bip-0075.mediawiki
parent7d9e11dbcbb9b14fa748848b4c75c69b9299d054 (diff)
downloadbips-1e6e914ca7ba8946614abff02fcd6d917771af0e.tar.xz
- Fix spacing
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.