libp2p-crypto
Advanced tools
Changelog
0.19.2 (2021-03-17)
<a name="0.19.1"></a>
Changelog
0.17.6 (2020-04-07)
id()
method to Secp256k1PrivateKey (f4dbd62)Callback support has been dropped in favor of async/await.
feat: use async/await
This PR changes this module to remove callbacks and use async/await. The API is unchanged aside from the obvious removal of the callback
parameter.
refs https://github.com/ipfs/js-ipfs/issues/1670
<a name="0.17.5"></a>