Preparing search index...
The search index is not available
StableLib
StableLib
@stablelib/sha3
SHA3256
Class SHA3256
Hash interface describes properties of cryptographic hash functions.
Hierarchy (
view full
)
SHA3
SHA3256
Index
Constructors
constructor
Properties
_finished
_pos
_sh
_sl
_state
block
Size
capacity
clean
digest
Length
Methods
_pad
And
Permute
_squeeze
clean
Saved
State
digest
finish
reset
restore
State
save
State
update
Constructors
constructor
new SHA3256
(
)
:
SHA3256
Returns
SHA3256
Properties
Protected
_finished
_finished
:
boolean
= false
Protected
_pos
_pos
:
number
= 0
Protected
_sh
_sh
:
Int32Array
= ...
Protected
_sl
_sl
:
Int32Array
= ...
Protected
_state
_state
:
Uint8Array
= ...
block
Size
block
Size
:
number
capacity
capacity
:
number
= 32
clean
clean
:
(
(
)
=>
this
)
= ...
digest
Length
digest
Length
:
number
= 32
Methods
Protected
_pad
And
Permute
_pad
And
Permute
(
paddingByte
)
:
void
Parameters
paddingByte
:
number
Returns
void
Protected
_squeeze
_squeeze
(
dst
)
:
void
Parameters
dst
:
Uint8Array
Returns
void
clean
Saved
State
clean
Saved
State
(
savedState
)
:
void
Parameters
savedState
:
Uint8Array
Returns
void
digest
digest
(
)
:
Uint8Array
Returns
Uint8Array
finish
finish
(
dst
)
:
this
Parameters
dst
:
Uint8Array
Returns
this
reset
reset
(
)
:
this
Returns
this
restore
State
restore
State
(
savedState
)
:
this
Parameters
savedState
:
Uint8Array
Returns
this
save
State
save
State
(
)
:
Uint8Array
Returns
Uint8Array
update
update
(
data
)
:
this
Parameters
data
:
Uint8Array
Returns
this
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_finished
_pos
_sh
_sl
_state
block
Size
capacity
clean
digest
Length
Methods
_pad
And
Permute
_squeeze
clean
Saved
State
digest
finish
reset
restore
State
save
State
update
StableLib
Loading...
Hash interface describes properties of cryptographic hash functions.