Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_scalar Struct Reference

A scalar modulo the group order of the secp256k1 curve. More...

#include <scalar_4x64.h>

Public Attributes

uint64_t d [4]
 
uint32_t d [8]
 

Detailed Description

A scalar modulo the group order of the secp256k1 curve.

Definition at line 13 of file scalar_4x64.h.

Member Data Documentation

◆ d [1/2]

◆ d [2/2]

uint32_t secp256k1_scalar::d[8]

Definition at line 14 of file scalar_8x32.h.


The documentation for this struct was generated from the following files:
Released under the MIT license