akkuPackages.aeolus

akku-aeolus 0.0.0-akku.34.2a43103

R7RS cryptographic library

BSD 2-clause "Simplified" License
programs: test-record.scm, test-aes.scm, test-des.scm, test-parameters.scm, test-digest.scm
Platforms (80)
aarch64-darwinarmv7l-linuxpowerpcle-noneaarch64-linuxs390x-nonearmv6l-linuxmmix-mmixwareaarch64-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.aeolus
];
Ad-hoc shell
nix-shell -p akkuPackages.aeolus
Flake (nix run)
nix run nixpkgs#akkuPackages.aeolus