leif-ibsen / SwiftHPKE

Hybrid Public Key Encryption (HPKE) in Swift
MIT License
1 stars 0 forks source link
hpke

SwiftHPKE

SwiftHPKE implements the Hybrid Public Key Encryption standard as defined in RFC 9180 including all four modes of operation:

SwiftHPKE requires Swift 5.0. It also requires that the Int and UInt types be 64 bit types.

Its documentation is build with the DocC plugin and published on GitHub Pages at this location:

https://leif-ibsen.github.io/SwiftHPKE/documentation/swifthpke

The documentation is also available in the SwiftHPKE.doccarchive file.