avras / nova-sha256

Nova-based SHA256 benchmarks
Apache License 2.0
30 stars 1 forks source link

Remove dependency on `slice_as_chunks` #4

Closed avras closed 1 year ago

avras commented 1 year ago

The library currently depends on the slice_as_chunks. It does not compile using the current stable Rust toolchain (1.71.1)

https://github.com/avras/nova-sha256/blob/74ff02acc063bf18e0a762f3a9b3627423386317/src/lib.rs#L1C12-L1C12

This dependency is an artifact of the early prototyping efforts and should be removed.