chanced / navajo

A cryptographic toolkit for Rust
Apache License 2.0
1 stars 0 forks source link

navajo: Wrap `Metadata` in an `Arc` #61

Open chanced opened 1 year ago

chanced commented 1 year ago

I removed the Arc from Metadata but it needs to go back. Either that or create an inner for Key that's wrapped in an Arc and change Keys so that it's a vec of Key rather than Keys<M>(Arc<[Key<M>]>)