Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wolfSSL/src/chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ There are 4 variants of GCM performance:
* `GCM_SMALL` - Smallest footprint, slowest (FIPS validated)
* `GCM_WORD32` - Medium (FIPS validated)
* `GCM_TABLE` - Fast (FIPS validated)
* `GCM_TABLE_4BIT` - Fastest (Not yet FIPS validated, will be included in FIPS 140-3!)
* `GCM_TABLE_4BIT` - Fastest (FIPS validated)

### wolfSSL’s Math Options

Expand Down