UNPKG
@logismika/crypto
Version:
latest (0.5.0)
0.5.0
0.5.0-a4.0
0.5.0-a3
0.5.0-a2
0.5.0-a1
0.4.1
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
Crypto algorithms library
github.com/Logismika/crypto
Logismika/crypto
@logismika/crypto
/
build
/
types
/
kuznechik
/
common
/
utils.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
import
{ byte }
from
"./types"
;
export
declare
const
toByte
:
(
value
:
number
) =>
byte;
export
declare
const
getOutLength
:
(
inLength
:
number
) =>
number
;
export
declare
const
digestMessage
:
(
value
:
string
) =>
Promise
<
Uint8Array
>;