Skip to content

Commit 8af2b34

Browse files
committed
Add int128_struct for sec256k1
1 parent 7844e9d commit 8af2b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/secp256k1/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def package(self):
4747

4848
# These headers are used by XRPLF/mpt-crypto which is why we need to package them.
4949
src_headers = ["util.h", "int128.h", "int128_impl.h", "scalar.h", "scalar_impl.h"]
50-
src_headers_dependencies = ["checkmem.h", "int128_native.h", "int128_native_impl.h", "scalar_4x64.h", "scalar_4x64_impl.h", "modinv64.h", "modinv64_impl.h"]
50+
src_headers_dependencies = ["checkmem.h", "int128_native.h", "int128_native_impl.h", "scalar_4x64.h", "scalar_4x64_impl.h", "modinv64.h", "modinv64_impl.h", "int128_struct.h", "int128_struct_impl.h"]
5151
for header in src_headers + src_headers_dependencies:
5252
copy(
5353
self,

0 commit comments

Comments
 (0)