issues
search
argumentcomputer
/
neptune
Rust Poseidon implementation (contact: @porcuquine)
Other
275
stars
99
forks
source link
Ugrades before release
#238
Closed
huitseeker
closed
1 year ago
huitseeker
commented
1 year ago
uses bellpepper 0.3.0,
Replace
AllocatedNum::alloc
with
alloc_infallible
,
remove the error management that becomes obsolete as a consequence, in private functions.
No change to public APIs.
AllocatedNum::alloc
withalloc_infallible
,No change to public APIs.