Skip to content

Commit

Permalink
Instructions added to README_JCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Tjaden committed Dec 24, 2024
1 parent d7b5894 commit 0f84e87
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README_JCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,26 @@ 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.
Build and run:
```
bash
# From wolfcrypt-jni root directory
make # Build native library
ant build-jce-release # Build JCE JAR

# Navigate to example directory
cd examples/provider

# Run benchmark
bash CryptoBenchmark.sh
```
This script requires for JAVA_HOME to be set.
```
### JAR Code Signing
---------

Expand Down

0 comments on commit 0f84e87

Please sign in to comment.