miracl / MIRACL

MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
https://miracl.com
654 stars 242 forks source link

removing default args from friend functions #20

Open nlitsme opened 8 years ago

nlitsme commented 8 years ago

fixes clang error: friend declaration specifying a default argument must be a definition.