solana/programs/bpf/tests
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
..
programs.rs Update the consumed compute units cost for hashing syscalls 2022-02-23 02:32:41 +00:00