7 packages tagged with “diffie-hellman”
Curve25519 is an elliptic curve, developed by Dan Bernstein, for fast Diffie-Hellman key agreement.
An implementation of the Diffie-Hellman key agreement based on PEM file format.
C# Implementation of NaCl Elliptical Curve Encryption Library
Easily generate a shared secret key between two machines or processes using a Diffie-Hellman algorithm. Generate a single 16byte key using UnitNegotiator or multi-round key using CompoundNegotiator for a no-limit large shared key.
A comprehensive .NET library for Elliptic Curve Diffie-Hellman (ECDH) key exchange, encryption/decryption, and digital signatures using Elliptic Curve Digital Signature Algorithm (ECDSA)
A fork of Orson Peters' portable C implementation of Ed25519, a high-speed high-security public-key signature system. Translated from ANSI C into C# 10 by Glitched Polygons.
A simple library that interfaces two good crypto libraries, NaCl and Security.Inferno.