This website requires JavaScript.
Explore
Help
Sign In
status-im
/
BearSSL
mirror of
https://github.com/status-im/BearSSL.git
Watch
2
Star
0
Fork
You've already forked BearSSL
0
Code
Issues
Projects
Releases
Wiki
Activity
8e94ad2fcb
BearSSL
/
conf
History
Thomas Pornin
5b980fb625
Switch C compiler to the generic 'cc' (to use the default compiler, not necessarily GCC -- this is for systems that offer both GCC and Clang, and use Clang as default).
2017-08-28 16:26:33 +02:00
..
Unix.mk
Switch C compiler to the generic 'cc' (to use the default compiler, not necessarily GCC -- this is for systems that offer both GCC and Clang, and use Clang as default).
2017-08-28 16:26:33 +02:00
Unix32.mk
Added AES+GHASH implementation using AES-NI opcodes; also ARM-Thumb assembly for faster Montgomery multiplication on Cortex-M0+. Added selection functions for "default" implementations.
2017-01-29 21:46:33 +01:00
UnixClang.mk
When using Clang, use it also for linking (compatibility with core FreeBSD systems).
2017-04-14 22:32:29 +02:00
Win.mk
New Makefile structure; added compatibility with Windows + Visual C + nmake.
2017-01-22 20:00:29 +01:00
samd20.mk
Added AES+GHASH implementation using AES-NI opcodes; also ARM-Thumb assembly for faster Montgomery multiplication on Cortex-M0+. Added selection functions for "default" implementations.
2017-01-29 21:46:33 +01:00