Struct Vector512
Assembly: CSChaCha20Unity.dll
Syntax
Fields
|
Edit this page
View Source
Data
Declaration
Field Value
Properties
|
Edit this page
View Source
IsHardwareAccelerated
Declaration
public static bool IsHardwareAccelerated { get; }
Property Value
Methods
|
Edit this page
View Source
CopyTo(byte[], int)
Declaration
public void CopyTo(byte[] output, int offset)
Parameters
Type |
Name |
Description |
byte[] |
output |
|
int |
offset |
|
|
Edit this page
View Source
Create(byte[], int)
Declaration
public static Vector512 Create(byte[] input, int offset)
Parameters
Type |
Name |
Description |
byte[] |
input |
|
int |
offset |
|
Returns
Operators
|
Edit this page
View Source
operator ^(Vector512, Vector512)
Declaration
public static Vector512 operator ^(Vector512 a, Vector512 b)
Parameters
Returns