ProtonMail / go-crypto

Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
https://pkg.go.dev/github.com/ProtonMail/go-crypto
BSD 3-Clause "New" or "Revised" License
328 stars 99 forks source link

update hashTag functions to use PrepareVerify #210

Closed andrewgdotcom closed 2 months ago

andrewgdotcom commented 2 months ago

@twiss this should fix the breakage introduced by #191. Two of the failing tests appear to be because main is currently broken...?

lubux commented 2 months ago

Hi Andrew. Yeah it seems that https://github.com/ProtonMail/go-crypto/pull/191 was created pre crypto-refresh merge, and did not consider the salt. Thanks for the fix, I tested it locally and it works.

twiss commented 2 months ago

Thanks!