diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/cryptech.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/cryptech.h b/sw/cryptech.h index 5426359..8fbef62 100644 --- a/sw/cryptech.h +++ b/sw/cryptech.h @@ -173,7 +173,7 @@ in order to map it into a 16-bit address space. #define SHA256_NAME0 "sha2" #define SHA256_NAME1 "-256" -#define SHA256_VERSION "0.80" +#define SHA256_VERSION "0.81" #define SHA512_NAME0 "sha2" #define SHA512_NAME1 "-512" @@ -243,7 +243,7 @@ in order to map it into a 16-bit address space. // current name and version values #define TRNG_NAME0 "trng" #define TRNG_NAME1 " " -#define TRNG_VERSION "0.50" +#define TRNG_VERSION "0.51" #define AVALANCHE_ENTROPY_NAME0 "extn" #define AVALANCHE_ENTROPY_NAME1 "oise" |