Hennadii Stepanov
33223f9d55
build: Drop no longer needed MSVC warning suppressions
1 year ago
dhruv
42239f8390
Enable ellswift module in libsecp256k1
1 year ago
Hennadii Stepanov
d9b54c46cc
msvc: Cleanup after upgrading libsecp256k1 up to 0.3.0
2 years ago
Pieter Wuille
3bfca788b0
Remove explicit enabling of default modules
2 years ago
dhruv
d960d4fd3a
build: fix MSVC build after subtree update
...
Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Co-authored-by: Aaron Clauson <aaron@sipsorcery.com>
3 years ago
Pieter Wuille
cabb566123
Disable certain false positive warnings for libsecp256k1 msvc build
4 years ago
Pieter Wuille
0664f5fe1f
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
...
This enables the schnorrsig module in libsecp256k1, adds the relevant types
and functions to src/pubkey, as well as in higher-level `SignatureChecker`
classes. The (verification side of the) BIP340 test vectors is also added.
4 years ago
nicolas.dorier
08c721dab2
[MSVC] Copy build output to src/ automatically after build
5 years ago
Aaron Clauson
750d1bc7df
Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019.
5 years ago
Chun Kuan Lee
8a1f0a38d4
scripted-diff: Remove NDEBUG pre-define
...
-BEGIN VERIFY SCRIPT-
sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc)
-END VERIFY SCRIPT-
6 years ago
Chun Kuan Lee
52091066be
msvc: build secp256k1 locally
6 years ago