@aptos-labs/ts-sdk - v7.1.0
Preparing search index...
PrivateCode
Fp2
Type Alias Fp2
Quadratic-extension field element
c0 + c1 * u
.
type
Fp2
=
{
c0
:
bigint
;
c1
:
bigint
;
}
Index
Properties
c0
c1
Properties
c0
c0
:
bigint
Real component.
c1
c1
:
bigint
Imaginary component.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
c0
c1
@aptos-labs/ts-sdk - v7.1.0
Loading...
Quadratic-extension field element
c0 + c1 * u.