From 6416595eeb031869de50a87f123855c5ad7bbc76 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 7 Aug 2024 20:59:46 +0200 Subject: WolfCrypt is not deterministic? --- .../java/cz/crcs/ectester/standalone/libs/WolfCryptLib.java | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'standalone/src/main/java/cz/crcs/ectester') diff --git a/standalone/src/main/java/cz/crcs/ectester/standalone/libs/WolfCryptLib.java b/standalone/src/main/java/cz/crcs/ectester/standalone/libs/WolfCryptLib.java index 390e45f..c8d5ad5 100644 --- a/standalone/src/main/java/cz/crcs/ectester/standalone/libs/WolfCryptLib.java +++ b/standalone/src/main/java/cz/crcs/ectester/standalone/libs/WolfCryptLib.java @@ -25,16 +25,4 @@ public class WolfCryptLib extends ProviderECLibrary { public Set getCurves() { return new HashSet<>(); } - - @Override - public boolean supportsDeterministicPRNG() { - return true; - } - - @Override - public boolean setupDeterministicPRNG(byte[] seed) { - // This is done by passing the SecureRandom into the individual KeyPairGenerator, KeyAgreement and Signature - // instances. Thus, this does nothing. - return true; - } } -- cgit v1.2.3-70-g09d2