INNER CODE UNIT · Python

finish_init

BlockstreamResearch/secp256k1-zkp · tools/test_vectors_musig2_generate.py:68

def finish_init():
    return "};\n"


s = (
    """/**
 * Automatically generated by %s.
 *
 * The test vectors for the KeySort function are included in this file. They can
 * be found in src/modules/extrakeys/tests_impl.h. */
"""
    % sys.argv[0]
)


s += """
enum MUSIG_ERROR {
    MUSIG_PUBKEY,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…