UNPKG
ara-crypto
Version:
latest (0.9.4)
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
Cryptographic functions used in Ara modules
github.com/AraBlocks/ara-crypto
AraBlocks/ara-crypto
ara-crypto
/
sign.js
6 lines
(4 loc)
•
67 B
JavaScript
View Raw
1
2
3
4
5
6
const
{ sign } =
require
(
'./ed25519'
)
module
.
exports
= { sign }