Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 394 Bytes

install.md

File metadata and controls

15 lines (12 loc) · 394 Bytes

Get started

Install NuGet packages

Requirements:

  • Latest .NET 7.x Preview

Add the following packages to your project:

dotnet add package Science.Cryptography.Ciphers --prerelease
dotnet add package Science.Cryptography.Ciphers.Specialized --prerelease
dotnet add package Science.Cryptography.Ciphers.Analysis --prerelease

Documentation

Continue with Basics.