Botan 3.9.0
Crypto and TLS for C&
serpent_fn.h File Reference

Internal Header. More...

#include <botan/compiler.h>
#include <botan/types.h>
#include <botan/internal/rotate.h>
#include <concepts>

Go to the source code of this file.

Classes

class  Botan::Serpent_F::Key_Inserter

Namespaces

namespace  Botan
namespace  Botan::Serpent_F

Concepts

concept  Botan::Serpent_F::BitsliceT

Functions

template<BitsliceT T>
BOTAN_FORCE_INLINE void Botan::Serpent_F::i_transform (T &B0, T &B1, T &B2, T &B3)
template<size_t S>
BOTAN_FORCE_INLINE uint32_t Botan::Serpent_F::shl (uint32_t v)
template<BitsliceT T>
BOTAN_FORCE_INLINE void Botan::Serpent_F::transform (T &B0, T &B1, T &B2, T &B3)

Detailed Description

Internal Header.

Definition in file serpent_fn.h.