schnorrsig_halfagg: Fix symbol visibility for internal function

This commit is contained in:
mllwchrry
2026-02-20 18:50:53 +02:00
parent ec343f0b2f
commit 17ad196018

View File

@@ -8,7 +8,7 @@
/* Initializes SHA256 with fixed midstate. This midstate was computed by applying
* SHA256 to SHA256("HalfAgg/randomizer")||SHA256("HalfAgg/randomizer"). */
void secp256k1_schnorrsig_sha256_tagged_aggregation(secp256k1_sha256 *sha) {
static void secp256k1_schnorrsig_sha256_tagged_aggregation(secp256k1_sha256 *sha) {
secp256k1_sha256_initialize(sha);
sha->s[0] = 0xd11f5532ul;
sha->s[1] = 0xfa57f70ful;