Skip to content

Commit 4e4c28c

Browse files
committed
minor clarifications
1 parent c99377c commit 4e4c28c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Build this project with gradle:
4444
`gradle build`
4545

4646
Official [test vectors](https://csrc.nist.gov/csrc/media/projects/cryptographic-standards-and-guidelines/documents/examples/ff3samples.pdf) for FF3 provided by NIST,
47-
are used for testing in this package. Also included are draft ACVP test vectors with 56-bit tweaks.
47+
are used for testing in this package. Also included are draft ACVP test vectors for FF3-1 with 56-bit tweaks.
4848

4949
To run the unit tests, including all test vectors from the NIST specification, run the command:
5050

5151
`gradle test`
5252

5353
## Performance Benchmarks
5454

55-
The Mysto FF3 was benchmarked on a MacBook Air (1.1 GHz Quad-Core Intel Core i5)
55+
Mysto FF3 was benchmarked on a MacBook Air (1.1 GHz Quad-Core Intel Core i5)
5656
performing 4,500 tokenization per second with mixed 8 character data input.
5757

5858
To run the performance tests:
@@ -87,7 +87,7 @@ The example code below can help you get started.
8787
Using default domain [0-9]
8888

8989
```jshell
90-
jshell --class-path build/libs/java-fpe-X.X-SNAPSHOT.jar
90+
jshell --class-path build/libs/ff3-X.X.jar:~/lib/log4j-core-2.14.0.jar:~/lib/log4j-api-2.14.0.jar
9191
9292
import com.privacylogistics.FF3Cipher;
9393
FF3Cipher c = new FF3Cipher("EF4359D8D580AA4F7F036D6F04FC6A94", "D8E7920AFA330A73");

0 commit comments

Comments
 (0)