etcimon / botan

Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
Other
85 stars 22 forks source link

Why is there `version(none):` at the beginning of bcrypt? #18

Closed tmccombs closed 7 years ago

tmccombs commented 7 years ago

Commit 8e5563347da4af4ceae002c29d6e78463392e558 by @etcimon added version(none): at the beginning of the bcrypt.d file. This doesn't seem to be related to the commit message "update ciphersuite for chacha20".

Was this change intentional? If so why was it put in, is the bcrypt implementation not functional?

etcimon commented 7 years ago

This was a workaround for an ICE on a specific project, no way to pinpoint it really but for most it shouldn't be an issue. I simply forgot to re-enable bcrypt before pushing