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 {
55
55
}
56
56
57
57
/**
58
- * Calls to update functions of EVP API.
58
+ * A Call to update functions from the EVP API.
59
59
* These are not operations in the sense of Crypto::OperationInstance,
60
60
* but they are used to update the context for the operation.
61
61
*/
@@ -92,7 +92,7 @@ private module AlgGetterToAlgConsumerConfig implements DataFlow::ConfigSig {
92
92
private module AlgGetterToAlgConsumerFlow = DataFlow:: Global< AlgGetterToAlgConsumerConfig > ;
93
93
94
94
/**
95
- * Base class for all operations of the EVP API.
95
+ * The base class for all operations of the EVP API.
96
96
* Currently final calls and one-shot calls are implemented.
97
97
* Provides some default methods for Crypto::KeyOperationInstance class
98
98
*/
You can’t perform that action at this time.
0 commit comments