FROST Core TypeScript Library - v0.2.2-alpha.3
Preparing search index...
ScalarMul
Variable ScalarMul
Const
ScalarMul
:
{
computeNonAdjacentForm
:
<
C
extends
Ciphersuite
>
(
ciphersuite
:
C
,
scalar
:
Scalar
<
C
>
,
w
:
number
,
)
=>
Int8Array
;
LookupTable5
:
typeof
LookupTable5
;
vartimeMultiscalarMul
:
<
C
extends
Ciphersuite
>
(
ciphersuite
:
C
,
scalars
:
Scalar
<
C
>
[]
,
elements
:
Element
<
C
>
[]
,
)
=>
Element
<
C
>
;
optionalMultiscalarMul
:
<
C
extends
Ciphersuite
>
(
ciphersuite
:
C
,
scalars
:
Scalar
<
C
>
[]
,
elements
:
(
Element
<
C
>
|
undefined
)
[]
,
)
=>
Element
<
C
>
|
undefined
;
}
= ...
Type Declaration
computeNonAdjacentForm
:
<
C
extends
Ciphersuite
>
(
ciphersuite
:
C
,
scalar
:
Scalar
<
C
>
,
w
:
number
,
)
=>
Int8Array
LookupTable5
:
typeof
LookupTable5
vartimeMultiscalarMul
:
<
C
extends
Ciphersuite
>
(
ciphersuite
:
C
,
scalars
:
Scalar
<
C
>
[]
,
elements
:
Element
<
C
>
[]
,
)
=>
Element
<
C
>
optionalMultiscalarMul
:
<
C
extends
Ciphersuite
>
(
ciphersuite
:
C
,
scalars
:
Scalar
<
C
>
[]
,
elements
:
(
Element
<
C
>
|
undefined
)
[]
,
)
=>
Element
<
C
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
FROST Core TypeScript Library - v0.2.2-alpha.3
Loading...