The SHA256 core from Alma Technologies is a high performance implementation of the SHA-256 (Secure Hash Algorithm 2 with 256 bits digest) one-way cryptographic hash function, compliant with FIPS 180-2. The core is composed of two main units, the SHA256 Engine and the Padding Unit. The SHA256 Engine applies the SHA256 loops on a single 512-bit message block, while the Padding Unit splits the input message into 512-bit blocks and performs the message padding on the last block of the message.
The processing of one 512-bit block is performed in 66 clock cycles and the bit-rate achieved is 7.75Mbps / MHz on the input of the SHA256 core.
The SHA256 core is equipped with easy-to-use fully stallable interfaces both for input and output. These are designed to permit the user’s application to stop the data stream from the core when it is not able to receive data or to stop the input stream towards the core according to data arrival rate.