Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.36 KB

File metadata and controls

51 lines (40 loc) · 1.36 KB
title C++ String Signature using Botan
keywords sample
summary String signature in C++ using Botan
permalink c++_cryptography_signature.html
folder C++ Cryptography
references
url description
Cryptography RSA Documentation
authors
name
Jakob Benz
current_reviews
last_updated 2018-10-01
tags
C++
Botan
Asymmetric
Key
ECDSA
secp512r1
EMSA1(SHA-256)"

Use cases

  • Message sender authentication

Installation

Install Botan:

Supported C++ versions

  • C++17 (C++1z) (ISO/IEC 14882:2017)

Example Code for string signature in C++ using Botan

{% include_relative src/cryptoexamples/hashing.cpp %}

{% include links.html %}