• API Reference
Show / Hide Table of Contents
  • Noise
    • CipherFunction
    • DhFunction
    • HandshakePattern
    • HandshakeState
    • HashFunction
    • KeyPair
    • MessagePattern
    • PatternModifiers
    • PreMessagePattern
    • Protocol
    • ProtocolConfig
    • Token
    • Transport

Class DhFunction

Constants representing the available DH functions.

Inheritance
System.Object
DhFunction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Noise
Assembly: Noise.dll
Syntax
public sealed class DhFunction

Fields

| Improve this Doc View Source

Curve25519

The Curve25519 DH function (aka "X25519" in RFC 7748).

Declaration
public static readonly DhFunction Curve25519
Field Value
Type Description
DhFunction

Methods

| Improve this Doc View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
System.String

The name of the current DH function.

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX