mirror of
https://github.com/Smaug123/dotnet-classical-ciphers
synced 2025-10-05 04:28:42 +00:00
10 lines
413 B
Markdown
10 lines
413 B
Markdown
# dotnet-classical-ciphers
|
|
|
|
This is a partial .NET port of some *ancient* Pascal code I wrote with friends at school, for the primary purpose of solving the [National Cipher Challenge](https://www.cipherchallenge.org) challenges.
|
|
|
|
## Building from source
|
|
|
|
Just clone and `dotnet build`.
|
|
|
|
To upgrade the NuGet dependencies in the flake, run `nix build .#fetchDeps` and copy the resulting file into `nix/deps.nix`.
|