From 1678a3285da1520cc76b9583fc8cecef07a6e0b0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 24 Jul 2018 11:21:32 -0400 Subject: Accumulated changes in several submodules. Specific reason for this build was to test removal of a couple of TerASIC-specific files. Other accumulated changes include: * A bunch of work on the AES core; * A bunch of minor performance enhancements in the C code, mostly related to RSA signature time (which is still a problem, but this set of fixes removed a bunch of dumb stuff which was masking what we now think is the root cause of the performance issue); * A bunch of minor fixes and cleanups in the C code (eg, assertions now log something to the console rather than just locking up). --- source/core/cipher/aes | 2 +- source/core/rng/trng | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/core') diff --git a/source/core/cipher/aes b/source/core/cipher/aes index 2caa4d5..98cc06b 160000 --- a/source/core/cipher/aes +++ b/source/core/cipher/aes @@ -1 +1 @@ -Subproject commit 2caa4d54188338226494daa53d024a52572bd3a4 +Subproject commit 98cc06bdeccbd30da21a0439c1cbbf59f9a75f3e diff --git a/source/core/rng/trng b/source/core/rng/trng index 953909d..6397d97 160000 --- a/source/core/rng/trng +++ b/source/core/rng/trng @@ -1 +1 @@ -Subproject commit 953909d18796c1caea35263eb902b1dd7021d92d +Subproject commit 6397d9766e802b2fba115a47e0f0561fcc7e828f -- cgit v1.2.3