When using Clang, use it also for linking (compatibility with core FreeBSD systems).
[BearSSL] / src / int /
2017-03-19 Thomas PorninNew "i62" code for big integers with 64x64->128 opcodes...
2017-01-29 Thomas PorninCosmetic fixes in comments.
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-24 Thomas PorninImproved modular exponentiation (automatic window optim...
2017-01-16 Thomas PorninSome cleanups (removed unused files, split i15 code...
2017-01-15 Thomas PorninNew basic implementation of Curve25519 (generic i15...
2017-01-04 Thomas PorninNew "i15" implementation of big integers (faster, and...
2016-11-09 Thomas PorninRemoved needless variable shadowing (suggested by Doug...
2016-11-02 Thomas PorninInitial import.