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

Fix SKESK V5 packet implementation to comply with the spec #179

Closed lubux closed 1 year ago

lubux commented 1 year ago

Prior to this pull request, v5 SKESK packets were implemented with components introduced by the crypto-refresh:

This pull request removes the above points to comply with the SKESK v5 spec.