• Api Documentation
Show / Hide Table of Contents
  • CSChaCha20Unity
    • ChaCha20
    • SimdMode
    • Util
  • CSChaCha20Unity.SimdVectorSharp
    • SimdNative
    • Vector128
    • Vector256
    • Vector512

Struct Vector256

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: CSChaCha20Unity.SimdVectorSharp
Assembly: CSChaCha20Unity.dll
Syntax
public struct Vector256

Fields

| Edit this page View Source

Data

Declaration
public byte* Data
Field Value
Type Description
byte*

Properties

| Edit this page View Source

IsHardwareAccelerated

Declaration
public static bool IsHardwareAccelerated { get; }
Property Value
Type Description
bool

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 Vector256 Create(byte[] input, int offset)
Parameters
Type Name Description
byte[] input
int offset
Returns
Type Description
Vector256

Operators

| Edit this page View Source

operator ^(Vector256, Vector256)

Declaration
public static Vector256 operator ^(Vector256 a, Vector256 b)
Parameters
Type Name Description
Vector256 a
Vector256 b
Returns
Type Description
Vector256
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX