ngi-nix / ngipkgs

Nix packages and services for projects supported through the NGI program
https://ngi-nix.github.io/ngipkgs
MIT License
35 stars 18 forks source link

lib25519 #249

Closed jleightcap closed 3 months ago

jleightcap commented 5 months ago

lib25519 is a microlibrary for the X25519 encryption system and the Ed25519 signature system, both of which use the Curve25519 elliptic curve. Curve25519 is the fastest curve in TLS 1.3, and the only curve in Wireguard, Signal, and many other applications (see Nicolai Brown's page https://ianix.com/pub/curve25519-deployment.html).

nixpkgs PRs:

jleightcap commented 5 months ago

2024-06-06 update:

done

todo

jleightcap commented 4 months ago

2024-06-10 update see: https://github.com/jleightcap/nixpkgs/tree/fern/librandombytes

done

todo

imadnyc commented 4 months ago

done

todo

jleightcap commented 3 months ago

for posterity: we moved tracking our day-to-day packaging progress into a group kanban board for the time being. all related packages for this issue have nixpkgs PRs in review.

jleightcap commented 3 months ago

thanks for the reviews @wegank!