Skip to content

Commit

Permalink
control bits use bitvectors
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Mar 18, 2024
1 parent 7793578 commit 2125a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cryptodoc/src/05_10_cmce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Botan's ``bitvector`` class is a versatile tool for working with bits.
It is intended to be a general component for handling bit vectors in various
cryptographic contexts.
In the context of Classic McEliece, it was introduced to handle
binary matrices, error vectors, code words, and column selections.
binary matrices, error vectors, code words, control bits, and column selections.
The ``bitvector`` class provides a range of useful methods for these tasks.

A ``bitvector`` can be dynamically initialized with any length. It can be created
Expand Down

0 comments on commit 2125a8b

Please sign in to comment.