You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ The BitGo SDK repository is a monorepo composed of separate modules, each of whi
18
18
|@bitgo/blake2b|`blake2b`| Blake2b (64-bit version) in pure JavaScript. |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/blake2b)|
19
19
|@bitgo/blake2b-wasm|`blake2b-wasm`| Blake2b implemented in WASM. |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/blake2b-wasm)|
20
20
|@bitgo/blockapis|`blockapis`| Access public block explorer APIs for a variety of coins. |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/blockapis)|
21
-
|@bitgo/bls-dkg|`bls-dkg`| A simple implementation of BLS (Boneh-Lynn-Shacham signature scheme) + DKG (Distributed Key Generation) |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/bls-dkg)|
22
21
|@bitgo/express|`express`| Local BitGo transaction signing server and proxy. |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/express)|
23
22
|@bitgo/statics|`statics`| Static configuration values used across the BitGo platform. |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/statics)|
24
23
|@bitgo/unspents|`unspents`| Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes. |[Link](https://github.com/BitGo/BitGoJS/tree/master/modules/unspents)|
0 commit comments