3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-19 12:23:39 +00:00

hashlib: declare YS_HASHING_VERSION = 1

This commit is contained in:
Emil J. Tywoniak 2024-11-19 20:01:41 +01:00
parent 1df8a3e64b
commit 0a525f38c2
2 changed files with 16 additions and 12 deletions

View file

@ -20,6 +20,8 @@
#include <type_traits>
#include <stdint.h>
#define YS_HASHING_VERSION 1
namespace hashlib {
/**