Skip to content

Commit 50dd17b

Browse files
authored
Merge pull request #178 from anhu/GCM_TABLE_4BIT
GCM_TABLE_4BIT is FIPS validated.
2 parents 89a7fc0 + 4e687f0 commit 50dd17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfSSL/src/chapter02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ There are 4 variants of GCM performance:
18101810
* `GCM_SMALL` - Smallest footprint, slowest (FIPS validated)
18111811
* `GCM_WORD32` - Medium (FIPS validated)
18121812
* `GCM_TABLE` - Fast (FIPS validated)
1813-
* `GCM_TABLE_4BIT` - Fastest (Not yet FIPS validated, will be included in FIPS 140-3!)
1813+
* `GCM_TABLE_4BIT` - Fastest (FIPS validated)
18141814
18151815
### wolfSSL’s Math Options
18161816

0 commit comments

Comments
 (0)