DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.38k stars 296 forks source link

progress on pbkdf2 #459

Open NickeZ opened 4 years ago

NickeZ commented 4 years ago

Is there a way to use pbkdf2 and get progress updates while it is deriving the key? If not, do you know of a nice way to write such a function?

I guess this is quite a generic question regarding functions that take a lot of time in environment where there is only 1 thread.