From 48c0f201aa6f1f84b78f0904b09893ea80c56999 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Fri, 16 Jan 2026 10:04:38 +1000 Subject: [PATCH] BIP324: Add Version header and Changelog section --- bip-0324.mediawiki | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bip-0324.mediawiki b/bip-0324.mediawiki index 6b6803a3..334f6076 100644 --- a/bip-0324.mediawiki +++ b/bip-0324.mediawiki @@ -10,6 +10,7 @@ Type: Specification Assigned: 2019-03-08 License: BSD-3-Clause + Version: 1.0.0 Replaces: 151 @@ -583,6 +584,11 @@ For development and testing purposes, we provide a collection of test vectors in * [[bip-0324/xswiftec_inv_test_vectors.csv|XSwiftECInv vectors]] provide examples of ''(u, x)'' pairs, and the various ''t'' values that ''xswiftec_inv'' maps them to. * [[bip-0324/packet_encoding_test_vectors.csv|Packet encoding vectors]] illustrate the lifecycle of the authenticated encryption scheme proposed in this document. +== Changelog == + + * 1.0.0 (2024-07-10) + * Marked as Final + == Rationale and References ==