Post
Topic
Board Bitcoin Technical Support
Re: Sign Transaction Bitcoin with Openssl
by
BrewMaster
on 26/02/2020, 14:56:50 UTC
in bash without use external library?

i doubt that it is even possible because these values (S and N) are a lot bigger than the normal integer sizes that any basic language supports which is 64 bit while those are 256 bit so you must need an external library that provides that functionality for you.