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

bcrypt_pbkdf: reduce amount of copying done

Open kruton opened this issue 9 years ago • 0 comments

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.

kruton avatar Jun 22 '16 20:06 kruton