rust-crypto
rust-crypto copied to clipboard
bcrypt_pbkdf: reduce amount of copying done
The final copy into |output| does not need to be done until all the rounds for the block are complete. Otherwise it is continuously overwritten each round.