From 8300b11da057d7846735742bc80e3a6b4734831c Mon Sep 17 00:00:00 2001 From: Jack Tjaden Date: Tue, 24 Dec 2024 11:50:02 -0600 Subject: [PATCH] README_JCE.md fix --- README_JCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_JCE.md b/README_JCE.md index 8e6bded..6b26073 100644 --- a/README_JCE.md +++ b/README_JCE.md @@ -291,7 +291,7 @@ The example can then be run using: ``` $ ./examples/provider/ProviderTest.sh - +``` **CryptoBenchmark** This example benchmarks the performance of cryptographic operations using the wolfJCE provider. It tests AES-CBC with 256-bit key encryption/decryption operations. @@ -310,7 +310,7 @@ cd examples/provider bash CryptoBenchmark.sh ``` This script requires for JAVA_HOME to be set. -``` + ### JAR Code Signing ---------