Post #2086345
2026-05-01 18:46 UTC
I just released a first draft version of #minipgp6
https://floss.social/@minipgp6/116500687374282691
minipgp6 is an intentionally small #OpenPGP library stack.
It implements v6 formats from https://www.rfc-editor.org/rfc/rfc9580 and #PQC composite key algorithms from https://datatracker.ietf.org/doc/draft-ietf-openpgp-pqc/
The complete library stack in this release adds up to ~5k LOC.
It interoperates with all modern OpenPGP libraries: https://codeberg.org/minipgp6/minipgp6#interop
A SOP CLI tool based on minipgp6 can be installed as
$ cargo install minipgp6-sop
Many thanks to @nlnet
Replies (3)
-
@hko@floss.social 2026-05-02 08:57
My current goal for #minipgp6 is to clarify the target shape for an eventual v0.1.0 release. The v0.0.x series serves strictly as a prototype. This is why v0.0.1 lives in the separate "draft" git branch. Once prototyping is complete, I will start implementing the v0.1 series from scratch, in the git "main" branch.
-
@hipsterelectron@circumstances.run 2026-05-01 18:47
@hko @nlnet AWESOME!!!!
-
@lazou@kanoa.de 2026-05-01 19:53
@hko @nlnet Wow, that's super cool! ๐๐๐ป