Botan 3.11.0
Crypto and TLS for C&
sm3_fn.h File Reference

Internal Header. More...

#include <botan/types.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/rotate.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

uint32_t Botan::P0 (uint32_t X)
uint32_t Botan::P1 (uint32_t X)
void Botan::R1 (uint32_t A, uint32_t &B, uint32_t C, uint32_t &D, uint32_t E, uint32_t &F, uint32_t G, uint32_t &H, uint32_t TJ, uint32_t Wi, uint32_t Wj)
void Botan::R2 (uint32_t A, uint32_t &B, uint32_t C, uint32_t &D, uint32_t E, uint32_t &F, uint32_t G, uint32_t &H, uint32_t TJ, uint32_t Wi, uint32_t Wj)
uint32_t Botan::SM3_E (uint32_t W0, uint32_t W7, uint32_t W13, uint32_t W3, uint32_t W10)

Detailed Description

Internal Header.

Definition in file sm3_fn.h.