ゴミ箱
Public Attributes | Static Public Attributes | List of all members
boost::beast::detail::sha1_context Struct Reference

#include <sha1.hpp>

Public Attributes

std::size_t buflen
 
std::size_t blocks
 
std::uint32_t digest [5]
 
std::uint8_t buf [block_size]
 

Static Public Attributes

static unsigned int constexpr block_size = sha1::BLOCK_BYTES
 
static unsigned int constexpr digest_size = 20
 

Member Data Documentation

unsigned int constexpr boost::beast::detail::sha1_context::block_size = sha1::BLOCK_BYTES
static
std::size_t boost::beast::detail::sha1_context::blocks
std::uint8_t boost::beast::detail::sha1_context::buf[block_size]
std::size_t boost::beast::detail::sha1_context::buflen
std::uint32_t boost::beast::detail::sha1_context::digest[5]
unsigned int constexpr boost::beast::detail::sha1_context::digest_size = 20
static

The documentation for this struct was generated from the following file: