Initial commit

This commit is contained in:
Smaug123
2023-02-04 19:55:38 +00:00
commit ef9c792e64
29 changed files with 71565 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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`.