AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::crypto::SHA2< O, B, W, R, I >::Chunk Union Reference

#include <sha2.hpp>

+ Collaboration diagram for anch::crypto::SHA2< O, B, W, R, I >::Chunk:

Public Attributes

uint8_t bytes [B *sizeof(W)]
 
words [B]
 

Detailed Description

template<std::size_t O, std::size_t B, typename W, uint32_t R, const std::array< W, 8 > & I>
union anch::crypto::SHA2< O, B, W, R, I >::Chunk

SHA2 chunk

Author
Vincent Lachenal

Member Data Documentation

◆ bytes

template<std::size_t O, std::size_t B, typename W, uint32_t R, const std::array< W, 8 > & I>
uint8_t anch::crypto::SHA2< O, B, W, R, I >::Chunk::bytes[B *sizeof(W)]

Bytes

◆ words

template<std::size_t O, std::size_t B, typename W, uint32_t R, const std::array< W, 8 > & I>
W anch::crypto::SHA2< O, B, W, R, I >::Chunk::words[B]

Words


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