1
0
Fork
You've already forked cs_rsa
0
generated from da157/project-template
RSA implementation for CS class
c rsa
  • 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
factor_key: add doc comment
2026年05月19日 09:38:04 -07:00
.forgejo/workflows
LICENSES
src factor_key: add doc comment 2026年05月19日 09:38:04 -07:00
.editorconfig
.envrc
.gitignore
flake.lock flake.lock: update 2026年05月12日 11:25:56 -07:00
flake.nix
justfile subcmd_generate: replace json flag with output flag 2026年04月22日 09:01:08 -07:00
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.build and 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.nix and .editorconfig is released under 0BSD