Skip to content
Snippets Groups Projects

Resolve "Rename `duniter-keys` to `duniter-crypto` to provide all nececary crypto bluiding blocks (keys, hashes, maybe others)"

Files
13
@@ -312,7 +312,7 @@ impl KeyPairFromSaltedPasswordGenerator {
#[cfg(test)]
mod tests {
use super::*;
use {KeyPair, Signature};
use keys::{KeyPair, Signature};
#[test]
fn base58_private_key() {
Loading