mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-09-01 07:58:12 +02:00
move vendor/secp256k1-0.3.0 to vendor/secp256k1/repo
This commit is contained in:
parent
e8ee3fc0de
commit
9587586968
132 changed files with 0 additions and 0 deletions
14
vendor/secp256k1-0.3.0/src/int128_struct.h
vendored
14
vendor/secp256k1-0.3.0/src/int128_struct.h
vendored
|
|
@ -1,14 +0,0 @@
|
|||
#ifndef SECP256K1_INT128_STRUCT_H
|
||||
#define SECP256K1_INT128_STRUCT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "util.h"
|
||||
|
||||
typedef struct {
|
||||
uint64_t lo;
|
||||
uint64_t hi;
|
||||
} secp256k1_uint128;
|
||||
|
||||
typedef secp256k1_uint128 secp256k1_int128;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue