rsksmart / rif-communications-node

RIF Communication node which constructs kademlia network and forwards messages
MIT License
0 stars 2 forks source link

Fix the `@types/node-forge` for `asn1.integerToDer` #46

Open vojtechsimetka opened 4 years ago

vojtechsimetka commented 4 years ago

Rationale

The current version of @types/node-forge is missing number of functions in the type definitions. This prevented us from using for example the asn1.integerToDer function here.

Tasks