maidsafe / rust_sodium

This crate is no longer maintained. Looking for maintainers.
BSD 3-Clause "New" or "Revised" License
77 stars 34 forks source link

CI builds should cover all platforms with SHA256 constants #103

Closed thedavidmeister closed 3 years ago

thedavidmeister commented 5 years ago

see https://github.com/maidsafe/rust_sodium/issues/99

currently:

#[cfg(target_env = "msvc")] // libsodium-<VERSION>-msvc.zip
const SHA256: &'static str = "0580d54f57594a7cb493607cec6e7045369fb67d43623491523781e901589948";

is not covered by any tests on CI

the other hashes are covered

S-Coyle commented 3 years ago

The rust_sodium crate is no longer maintained by MaidSafe, you should check whether it is actively maintained on Subspace as per the readme, or switch to a modern alternative.