Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Is bitcoin v0.10's new libsecp256k1 safe & without mathematical backdoors?
by
bcearl
on 17/02/2015, 15:36:54 UTC
⭐ Merited by ABCbits (2)
You are implying that OpenSSL is not a complete pile of shit. But it is. The new libsecp256k1 can't be worse than OpenSSL.

It can't possibly be
- documented worse
- less readable by humans
- harder to comprehend by humans
than OpenSSL.

Heartbleed was no surprise to anybody who ever worked with OpenSSL. Nobody can understand OpenSSL. It is bloated with features that have no use, which make it hard to even track the code path of a single thing that you want to analyze. And you cannot even use debugging tools on OpenSSL (because they implement their own memory management instead of malloc() etc. etc.).