rust-crypto
rust-crypto copied to clipboard
progress on pbkdf2
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.