1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-09 15:23:09 +00:00

BIP324: Add Version header and Changelog section

This commit is contained in:
Anthony Towns 2026-01-16 10:04:38 +10:00
parent 68df14bf8c
commit 48c0f201aa

View File

@ -10,6 +10,7 @@
Type: Specification
Assigned: 2019-03-08
License: BSD-3-Clause
Version: 1.0.0
Replaces: 151
</pre>
@ -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 ==
<references/>