Refactored ASM code

- Removed duplicate code
- Autogenerated ASM files based on templates
- Cleanup in naming
This commit is contained in:
Ben Gräf 2019-01-22 20:29:13 +01:00
parent 6574a8e844
commit 2ec65c7a20
63 changed files with 712 additions and 6907 deletions

View file

@ -29,6 +29,8 @@
#define MAX_NUM_HASH_BLOCKS 5
#endif
#define MAX_BLOB_SIZE 128
#include <cstdint>
#include <vector>