-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Directory Structure of Project #14
Commits on Dec 10, 2023
-
move tests, benchmarks and examples to their own directory
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 45aff08 - Browse repository at this point
Copy the full SHA 45aff08View commit details -
add .clang-format code style specification
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for a252f91 - Browse repository at this point
Copy the full SHA a252f91View commit details -
update Makefile to be easier to maintain
Took inspiration from https://github.com/itzmeanjan/dilithium/blob/master/Makefile Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 886dc06 - Browse repository at this point
Copy the full SHA 886dc06View commit details -
refactor how we benchmark sphincs+ variants
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for d8ca00a - Browse repository at this point
Copy the full SHA d8ca00aView commit details -
reformat source tree with new .clang-format style
Just updated "ColumnLimit" to higher value so lines don't get wrapped around Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for f2d9bdc - Browse repository at this point
Copy the full SHA f2d9bdcView commit details -
reorder how and where
__rdtsc
instruction is issuedSigned-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 94b6a3f - Browse repository at this point
Copy the full SHA 94b6a3fView commit details -
transition to using google-test for running tests
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for afec09c - Browse repository at this point
Copy the full SHA afec09cView commit details -
get rid of unnecessary
const
in template parametersSigned-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 9650447 - Browse repository at this point
Copy the full SHA 9650447View commit details -
update github actions CI script
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 70bc596 - Browse repository at this point
Copy the full SHA 70bc596View commit details
Commits on Dec 11, 2023
-
from
inline static
tostatic inline
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 3d731f6 - Browse repository at this point
Copy the full SHA 3d731f6View commit details
Commits on Dec 12, 2023
-
port Known Answer Tests into C++, no more Python wrapper API
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
Configuration menu - View commit details
-
Copy full SHA for 6c9e4c1 - Browse repository at this point
Copy the full SHA 6c9e4c1View commit details