generated from da157/project-template
RSA implementation for CS class
- C 90.8%
- Nix 5.1%
- Just 2.7%
- Meson 1.4%
|
0xda157
6311d300a4
All checks were successful
check REUSE compliance / check (push) Successful in 1m56s
|
||
|---|---|---|
| .forgejo/workflows | ||
| LICENSES | ||
| src | factor_key: add doc comment | |
| .editorconfig | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | flake.lock: update | |
| flake.nix | ||
| justfile | subcmd_generate: replace json flag with output flag | |
| meson.build | ||
| package.nix | ||
| README.md | ||
| REUSE.toml | ||
RSA for CS
RSA implementation for CS class
building
meson configure build
cd build
meson compile
licensing
this project follows the REUSE spec. licensing overview:
meson.buildand all c and header files are released under GPL-3.0-only- all documentation is released under CC-BY-4.0
- developer tooling, such as
flake.nixand.editorconfigis released under 0BSD