UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
utils
/
sha2.d.ts
5 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
import
{
Arrayish
}
from
'./bytes'
;
export
declare
function
ripemd160
(
data
:
Arrayish
):
string
;
export
declare
function
sha256
(
data
:
Arrayish
):
string
;
export
declare
function
sha512
(
data
:
Arrayish
):
string
;