Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Aug 20, 2024
1 parent 67cd8f1 commit bbaa196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/pubkey/pk_keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class BOTAN_PUBLIC_API(2, 0) Public_Key : public virtual Asymmetric_Key {
* @param params additional parameters
* @param provider the provider to use
*/
BOTAN_DEPRECATED("Deprecated no replacement")
BOTAN_DEPRECATED("Use PK_Verifier")
std::unique_ptr<PK_Ops::Verification> create_verification_op(std::string_view params,
std::string_view provider) const;

Expand Down Expand Up @@ -407,6 +407,7 @@ class BOTAN_PUBLIC_API(2, 0) Private_Key : public virtual Public_Key {
* @param params additional parameters
* @param provider the provider to use
*/
BOTAN_DEPRECATED("Use PK_Signer")
std::unique_ptr<PK_Ops::Signature> create_signature_op(RandomNumberGenerator& rng,
std::string_view params,
std::string_view provider) const;
Expand Down

0 comments on commit bbaa196

Please sign in to comment.