asciilifeform: BUT nothing 'curl'ed during compile, no.
asciilifeform: docs were hastily-written and inaccurate, vendor support - spotty, compilers - buggy, architectures - quite 'turkish' and requiring serious asm massage just for acceptable performance.
asciilifeform: (my brother did this, still has some of the very peculiar hardware)
asciilifeform: anyway ipnohe devs think they have a terrible time, but try being a '90s game dev for consoles
asciilifeform: Since the k is deterministically generated from the data you are signing (and the private key), these concerns about the PRNG are no longer as relevant, as you will always produce the same signature for the same piece of data. This also makes writing ECDSA unit tests easier.'
asciilifeform: 'Also note that one of the key benefits of using this construction is that you need not worry about a weakness in your PRNG being exploited in the signing process. For example, signing different pieces of data with the same k value instantly leaks your private key. A similar attack can also be exploited if the PRNG is weak enough to determine the relationship between different k values used when signing the same piece of data.