Emmanuel Gil Peyrot
|
8af694da2e
|
Crypto/ec: Make internal functions static
This reduces the size of the stripped .o by 3 KiB, and the non-stripped
one by 21 KiB, when not doing LTO.
|
2021-08-01 12:21:17 +03:00 |
|
Megamouse
|
a16d8ba3ea
|
More random changes
|
2021-04-11 14:01:51 +03:00 |
|
Nekotekina
|
8b01d05146
|
Crypto: modernize ec.h
Add const, use u8
|
2021-01-14 15:17:07 +03:00 |
|
Nekotekina
|
376e564cff
|
Crypto: make global vars in ec.cpp thread_local
|
2021-01-14 12:01:41 +03:00 |
|
Nekotekina
|
6cf73fad13
|
Crypto: workaround -Wunused-variable
Ignore for key vault for now.
|
2021-01-13 19:02:14 +03:00 |
|
Megamouse
|
7c7af2e102
|
fix rebase conflicts
|
2021-01-12 14:13:15 +01:00 |
|
Megamouse
|
fbe91fb245
|
fix linux compilation
|
2021-01-12 14:13:15 +01:00 |
|
Nekotekina
|
db8e6fe7a7
|
Enable -Wunused-variable
|
2021-01-12 14:34:14 +03:00 |
|
Nekotekina
|
5b9df53c13
|
C-style cast cleanup (partial)
Replace C-style casts with C++ casts.
|
2019-11-29 00:35:23 +03:00 |
|
Nekotekina
|
b85fc50854
|
Partial commit: Crypto
|
2016-04-15 19:22:41 +03:00 |
|
Hykem
|
6d6c1a9672
|
Updated the Crypto Engine:
- Fixed several bugs in unedat;
- Improved EDAT/SDAT file decryption.
|
2014-10-01 14:57:44 +01:00 |
|