All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Rename
Seeder::make_rng
→Seeder::into_rng
- Update to
rand_core
v0.9
- Update
rand_core
dependency to exactly0.6
, dropping support forrand_core <= 0.5
. This works around Cargo issues where unrelated updates can cause therand_core
dependency to "snap back" to older versions.
Fix undefined behaviour caused by narrowing provenance of slice pointer to a single element then reading multiple elements (#8).
Support rand_core
v0.6
Migrate to GitHub Actions CI
Add Seeder::make_seed
.
Documentation reviewed and improved.
- Rename
SipHasher::make_rng
→SipHasher::into_rng
- Rename
SipHasher::new_with_keys
→SipHasher::from_keys
Initial release