You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,15 @@ Build this project with gradle:
44
44
`gradle build`
45
45
46
46
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.
48
48
49
49
To run the unit tests, including all test vectors from the NIST specification, run the command:
50
50
51
51
`gradle test`
52
52
53
53
## Performance Benchmarks
54
54
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)
56
56
performing 4,500 tokenization per second with mixed 8 character data input.
57
57
58
58
To run the performance tests:
@@ -87,7 +87,7 @@ The example code below can help you get started.
0 commit comments