Struct ChaCha20Poly1305.Key
Assembly: cs.temp.dll.dll
Syntax
public struct Key : IByteArray, IEquatable<ChaCha20Poly1305.Key>
Fields
Size
Declaration
public const int Size = 32
Field Value
Properties
Item[Int32]
Declaration
public byte this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
Equals(ChaCha20Poly1305.Key)
Declaration
public bool Equals(ChaCha20Poly1305.Key other)
Parameters
Returns
GetUnsafePtr()
Declaration
public void *GetUnsafePtr()
Returns