Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from rust_sodium to safe_crypto [MAID-2721] #234

Closed
wants to merge 1 commit into from

Conversation

nbaksalyar
Copy link
Contributor

No description provided.

use futures::{future, Future};
use rust_sodium;
use safe_crypto::{
self, hash, Nonce as Iv, SymmetricKey as Key, NONCE_SIZE as IV_SIZE,
Copy link
Contributor

@mrcnski mrcnski Sep 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering about our function-import rule here. Isn't it out policy not to import hash and to call it with safe_crypto::hash instead of just hash?

@nbaksalyar nbaksalyar closed this Oct 3, 2018
@nbaksalyar
Copy link
Contributor Author

Closed PR - will be superseded by a new one.

@nbaksalyar nbaksalyar deleted the MAID-2721-safe-crypto branch October 3, 2018 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants