rust-argon2 icon indicating copy to clipboard operation
rust-argon2 copied to clipboard

Add a `base64` or `encoding` feature and make the `base64` crate optional

Open dullbananas opened this issue 3 years ago • 2 comments

dullbananas avatar Jun 01 '22 04:06 dullbananas

Hi @dullbananas,

What’s your use-case for making the base64 dependency optional?

mrijkeboer avatar Jun 02 '22 07:06 mrijkeboer

I only need hash_raw and verify_raw, which don't use base 64.

I don't want to download and compile any crates that I don't need because it increases compile time and the chance of downloading a malicious crate.

dullbananas avatar Jun 02 '22 13:06 dullbananas