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 ---------