AuthEd25519 1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AuthEd25519 --version 1.0.1
NuGet\Install-Package AuthEd25519 -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AuthEd25519" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AuthEd25519 --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AuthEd25519, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AuthEd25519 as a Cake Addin #addin nuget:?package=AuthEd25519&version=1.0.1 // Install AuthEd25519 as a Cake Tool #tool nuget:?package=AuthEd25519&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ultra-simple high-level library for using Ed25519 to manage accounts. F# Examples:
let _,acc = new_account()
let _,acc2 = new_account()
let verify = mk_verifier
let signed_hello = acc.sign "Hello"
let verified_hello_by_acc = verify [acc.pub] signed_hello
let verified_hello_by_acc2 = verify [acc2.pub] signed_hello
let verified_hello_by_acc_or_acc2 = verify [acc.pub; acc2.pub] signed_hello
printfn "this was signed by 1: %A" verified_hello_by_acc
printfn "it was not signed by 2: %A" verified_hello_by_acc2
printfn "it was signed by either 1 or 2: %A" verified_hello_by_acc_or_acc2
printfn "%A" (acc.pub.string, acc.priv.string)
let accdb =
AuthEd25519.sload_account
"sCCwEDMG7DD+IuFjJPmWjNX9XCbwO3PlssXVHoBS6Ww="
"G0UtCOMc7pdVlSE8z/8kQwDf0L3ZpgT5ywZqNaBxs1qwILAQMwbsMP4i4WMk+ZaM1f1cJvA7c+WyxdUegFLpbA=="
let verifydb = AuthEd25519.mk_verifier [AuthEd25519.spub "sCCwEDMG7DD+IuFjJPmWjNX9XCbwO3PlssXVHoBS6Ww="]
let proof_Mircea_owns_razor_flame = accdb.sign "(Mircea, razor_flame)"
printfn "Proof of ownership that is only valid if database signed it: %A" <| verifydb proof_Mircea_owns_razor_flame
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Chaos.NaCl.Standard (>= 1.0.0)
- FSharp.Compiler.Tools (>= 10.0.2)
- FSharp.Core (>= 4.5.2)
- Konscious.Security.Cryptography.Argon2 (>= 1.2.1)
- System.Runtime (>= 4.3.1)
- zxcvbn-core (>= 7.0.92)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AuthEd25519:
Package | Downloads |
---|---|
HOG.Hermes.Client
Package Description |
|
HOG.Database.Client
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.7 | 1,372 | 12/10/2021 |
2.1.6 | 331 | 11/1/2021 |
2.1.5 | 7,910 | 9/26/2021 |
2.1.4 | 304 | 9/26/2021 |
2.1.3 | 940 | 9/26/2021 |
2.1.2 | 890 | 9/26/2021 |
2.1.1 | 984 | 9/26/2021 |
2.1.0 | 976 | 9/25/2021 |
2.0.7 | 307 | 9/25/2021 |
2.0.6 | 944 | 9/25/2021 |
2.0.5 | 347 | 9/25/2021 |
2.0.4 | 337 | 9/14/2021 |
2.0.3 | 484 | 9/14/2021 |
2.0.2 | 342 | 9/14/2021 |
2.0.1 | 291 | 9/14/2021 |
2.0.0 | 330 | 9/14/2021 |
1.1.3 | 318 | 7/14/2021 |
1.1.2 | 4,475 | 7/10/2021 |
1.1.1 | 919 | 7/10/2021 |
1.1.0 | 1,029 | 7/10/2021 |
1.0.10 | 338 | 7/9/2021 |
1.0.9 | 312 | 7/9/2021 |
1.0.8 | 350 | 5/28/2021 |
1.0.7 | 341 | 5/28/2021 |
1.0.6 | 347 | 5/28/2021 |
1.0.5 | 349 | 5/28/2021 |
1.0.4 | 1,487 | 4/11/2021 |
1.0.3 | 373 | 4/2/2021 |
1.0.2 | 341 | 4/2/2021 |
1.0.1 | 366 | 4/2/2021 |
1.0.0 | 369 | 4/2/2021 |