solana/programs/bpf
Dmitri Makarov 0a3a18744f Update the consumed compute units cost for hashing syscalls
This change prevents zero-cost computation of hash functions on
unbound number of zero-length slices of data.  The cost for each slice
is at least equal to the base cost of a memory operation, but could be
more for longer slices.
2022-02-23 02:32:41 +00:00
..
benches Add script for running nightly rustfmt on all workspaces (#23244) 2022-02-22 11:59:06 +08:00
c Fix CPI duplicate account privilege escalation (#22752) 2022-01-28 00:52:02 +01:00
rust Add script for running nightly rustfmt on all workspaces (#23244) 2022-02-22 11:59:06 +08:00
tests Update the consumed compute units cost for hashing syscalls 2022-02-23 02:32:41 +00:00
.gitignore
Cargo.lock Refactor ExecuteTimings w/ enum-indexed array (#23085) 2022-02-22 14:46:56 -08:00
Cargo.toml Bump rbpf to v0.2.24 (#23263) 2022-02-21 23:38:12 +01:00
build.rs Add script for running nightly rustfmt on all workspaces (#23244) 2022-02-22 11:59:06 +08:00