lib25519

Microlibrary for the X25519 encryption system and the Ed25519 signature system

This project is funded by NLnet through these subgrants:

Options

programs.lib25519
programs.lib25519.enable

Whether to enable lib25519.

Type:
boolean
Default:
false

Examples

{ ... }:

{
  programs.lib25519.enable = true;
}