Skip to content

Commit

Permalink
fixup: spell psa_encapsulate() correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
athoelke committed Dec 16, 2024
1 parent 96fa056 commit 755eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/crypto/api/library/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ If the application calls any function that returns a :code:`psa_status_t` result

Initializing this subsystem initializes all registered entropy drivers, and accesses the registered entropy sources.

Initializing this subsystem is necessary for `psa_generate_random()`, `psa_generate_key()`, `psa_encapsulate_key()`, PAKE operations, and some operations using key pairs.
Initializing this subsystem is necessary for `psa_generate_random()`, `psa_generate_key()`, `psa_encapsulate()`, PAKE operations, and some operations using key pairs.

It is guaranteed that the following operations do not to require this subsystem:

Expand Down

0 comments on commit 755eb0d

Please sign in to comment.