FE..::..CONST Method

Create a field element from uint, most significative uint first. (big endian)

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

Syntax


public static FE CONST(
	uint d7,
	uint d6,
	uint d5,
	uint d4,
	uint d3,
	uint d2,
	uint d1,
	uint d0
)

Parameters

d7
Type: UInt32
d6
Type: UInt32
d5
Type: UInt32
d4
Type: UInt32
d3
Type: UInt32
d2
Type: UInt32
d1
Type: UInt32
d0
Type: UInt32

Return Value

A field element