Skip to content

Commit 755eb0d

Browse files
committed
fixup: spell psa_encapsulate() correctly
1 parent 96fa056 commit 755eb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/crypto/api/library/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ If the application calls any function that returns a :code:`psa_status_t` result
170170

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

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

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

0 commit comments

Comments
 (0)