File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/experimental/quantum/OpenSSL/Operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ abstract class EVPInitialize extends Call {
5555}
5656
5757/**
58- * Calls to update functions of EVP API.
58+ * A Call to update functions from the EVP API.
5959 * These are not operations in the sense of Crypto::OperationInstance,
6060 * but they are used to update the context for the operation.
6161 */
@@ -92,7 +92,7 @@ private module AlgGetterToAlgConsumerConfig implements DataFlow::ConfigSig {
9292private module AlgGetterToAlgConsumerFlow = DataFlow:: Global< AlgGetterToAlgConsumerConfig > ;
9393
9494/**
95- * Base class for all operations of the EVP API.
95+ * The base class for all operations of the EVP API.
9696 * Currently final calls and one-shot calls are implemented.
9797 * Provides some default methods for Crypto::KeyOperationInstance class
9898 */
You can’t perform that action at this time.
0 commit comments