From 249bdef156bc43073b0f184f4ad48a3a387a4c11 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Fri, 16 Jan 2026 17:04:51 +0100 Subject: [PATCH] BIP-352: mention secp256k1lab in BIP text also fix a small grammar nit (s/are provided/is provided/) --- bip-0352.mediawiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index 856a23d9..21bca34f 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -378,7 +378,10 @@ Silent payments introduces a new address format and protocol for sending and as == Test Vectors == -A [[bip-0352/send_and_receive_test_vectors.json|collection of test vectors in JSON format]] are provided, along with a [[bip-0352/reference.py|python reference implementation]]. Each test vector consists of a sending test case and corresponding receiving test case. This is to allow sending and receiving to be implemented separately. To ensure determinism while testing, sort the array of ''Bm'' by amount (see the [[bip-0352/reference.py|reference implementation]]). Test cases use the following schema: +A [[bip-0352/send_and_receive_test_vectors.json|collection of test vectors in JSON format]] is provided, along with a [[bip-0352/reference.py|python reference implementation]]. It uses a vendored copy of the [https://github.com/secp256k1lab/secp256k1lab/ secp256k1lab] library at version 1.0.0 +(commit [https://github.com/secp256k1lab/secp256k1lab/commit/44dc4bd893b8f03e621585e3bf255253e0e0fbfb 44dc4bd893b8f03e621585e3bf255253e0e0fbfb]). + +Each test vector consists of a sending test case and corresponding receiving test case. This is to allow sending and receiving to be implemented separately. To ensure determinism while testing, sort the array of ''Bm'' by amount (see the [[bip-0352/reference.py|reference implementation]]). Test cases use the following schema: ''' test_case '''