FE..::..TryCreate Method

Namespace:  SecretNET.Crypto.Secp256k1
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static bool TryCreate(
	ReadOnlySpan<byte> bytes,
	out FE fieldElement
)

Parameters

bytes
Type: ReadOnlySpan<(Of <(<'Byte>)>)>
fieldElement
Type: SecretNET.Crypto.Secp256k1..::..FE%