cryptolib : how to implement RFC6979 (derandomized ECDSA) ?
The ECDSA implementation in cryptolib does not provide means of implementing ECDSA without a random number. RFC6979 is a secure way of doing ECDSA without a random number, it is used in the blockchain implementations (bitcoin, ethereum)