WQYeo.CaesarCipher
1.0.0
A .NET library made in F# to do encryption and decryptions of text with caesar cipher.
Create an instance of the class/module `CaesarCipher`, and start by using the functions `Encrypt(message:string, key:int)` and `Decrypt(message:string, key:int)`.
Install-Package WQYeo.CaesarCipher -Version 1.0.0
dotnet add package WQYeo.CaesarCipher --version 1.0.0
<PackageReference Include="WQYeo.CaesarCipher" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WQYeo.CaesarCipher --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WQYeo.CaesarCipher, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install WQYeo.CaesarCipher as a Cake Addin #addin nuget:?package=WQYeo.CaesarCipher&version=1.0.0 // Install WQYeo.CaesarCipher as a Cake Tool #tool nuget:?package=WQYeo.CaesarCipher&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added Package.
Dependencies
-
- System.ValueTuple (>= 4.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 639 | 9/12/2017 |