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

Class CipherFunction

Constants representing the available cipher functions.

Inheritance
System.Object
CipherFunction
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 CipherFunction

Fields

| Improve this Doc View Source

AesGcm

AES256 with GCM from NIST Special Publication 800-38D.

Declaration
public static readonly CipherFunction AesGcm
Field Value
Type Description
CipherFunction
| Improve this Doc View Source

ChaChaPoly

AEAD_CHACHA20_POLY1305 from RFC 7539.

Declaration
public static readonly CipherFunction ChaChaPoly
Field Value
Type Description
CipherFunction

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 cipher function.

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