solana/sdk/bpf/c/inc/sol
valiksinev 5f7fea100a
Big integer modular exponentiation (EIP-198) (#28503)
* big_mod_exp impl

* fix programs/sbf/Cargo.lock

* ComputeBudget impl

* update compute_budget

* compute_budget update

* fix build

* fix tests

* fix cargo clippy

* fix clippy

* fix bpf_loader dependency sorting

* fix sorting

* fix merge from master

* fix cargo fmt

* fix C-tests

* fix cargo fmt

* comments apply

* fix programs/sbf/Cargo.lock

* update compude_budget cost

* remove whitespaces

* fix cargo fmt

Co-authored-by: sinev-valentine <sinev-valentine@yandex.ru>
2023-01-20 18:42:37 +09:00
..
inc Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
alt_bn128.h added alt_bn syscalls (#27961) 2022-11-21 17:43:06 +01:00
assert.h
big_mod_exp.h Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
blake3.h
constants.h Fixed warnings caused by redefined macros. Also fixed sol_memcpy to … (#28378) 2022-11-20 03:42:17 +00:00
cpi.h
deserialize.h
deserialize_deprecated.h
entrypoint.h Fixed warnings caused by redefined macros. Also fixed sol_memcpy to … (#28378) 2022-11-20 03:42:17 +00:00
keccak.h
log.h
pubkey.h
return_data.h
secp256k1.h
sha.h
string.h Fixed warnings caused by redefined macros. Also fixed sol_memcpy to … (#28378) 2022-11-20 03:42:17 +00:00
types.h