Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Typedefs | Functions
symkey.h File Reference

Public Header. More...

#include <botan/secmem.h>
#include <span>
#include <string>

Go to the source code of this file.

Classes

class  Botan::OctetString
 

Namespaces

namespace  Botan
 

Typedefs

using Botan::InitializationVector = OctetString
 
using Botan::SymmetricKey = OctetString
 

Functions

bool Botan::operator!= (const OctetString &s1, const OctetString &s2)
 
OctetString Botan::operator+ (const OctetString &k1, const OctetString &k2)
 
bool Botan::operator== (const OctetString &s1, const OctetString &s2)
 
OctetString Botan::operator^ (const OctetString &k1, const OctetString &k2)
 

Detailed Description

Public Header.

Definition in file symkey.h.