mirror of
https://github.com/Smaug123/dotnet-classical-ciphers
synced 2025-10-05 12:38:40 +00:00
f65b765dc0fa8b3f5dce5518e052ecc4311019b5
* Bump fantomas from 6.0.1 to 6.0.2 Bumps [fantomas](https://github.com/fsprojects/fantomas) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/fsprojects/fantomas/releases) - [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsprojects/fantomas/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: fantomas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix flake * Read from config file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
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 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
.
Languages
F#
77.5%
Nix
22.1%
Shell
0.4%