| 
| 
template<size_t DstExtent, size_t SrcExtent>  | 
| static void  | add (std::span< std::byte, DstExtent > dst, std::span< std::byte const, SrcExtent > src) noexcept | 
|   | 
| 
template<size_t DstExtent, size_t SrcExtent>  | 
| static void  | sub (std::span< std::byte, DstExtent > dst, std::span< std::byte const, SrcExtent > src) noexcept | 
|   | 
template<size_t Extent>  
requires (Bits::needs_padding) | 
| static bool  | check_padding_bits (std::span< std::byte const, Extent > data) noexcept | 
|   | 
template<size_t Extent>  
requires (Bits::needs_padding) | 
| static void  | clear_padding_bits (std::span< std::byte, Extent > data) noexcept | 
|   | 
 | 
| 
static constexpr size_t  | min_buffer_align = alignof(uint64_t) | 
|   | 
The documentation for this struct was generated from the following file: