- Rename Sentinel to PureSentinel in routing
- Modify PureSentinel to use dynamic threshold values
- Modify KeySentinel to use dynamic threshold values
- Replace the AccountSentinel with the accumulator we have in Routing
- Updated dependencies' versions
- Move Frequency back here into this crate
- Remove dependency on the custom fork of the sodiumdioxide library
- Implement KeyStore
- Test KeyStore
- Implement PureSentinel
- Test PureSentinel
- Implement AccountSentinel
- Test AccountSentinel
- Implement KeySentinel
- Test KeySentinel
- Reference implementation for the PureSentinel