Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120957189
helpers.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 8, 01:07
Size
434 B
Mime Type
text/x-c
Expires
Thu, Jul 10, 01:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27245935
Attached To
R10499 Energy Analysis of Lightweight AEAD Circuit
helpers.h
View Options
/**
* Helper functions
*
* @file helpers.h
* @author Antoon Purnal <antoon.purnal@esat.kuleuven.be>
*/
#ifndef HELPERS_H
#define HELPERS_H
#include "extra_api.h"
void stateCopy(unsigned char a[4][4], unsigned char b[4][4]);
void tweakeyCopy(unsigned char tweakey[TWEAKEY_BLOCKSIZE_RATIO][4][4], unsigned char input[TWEAKEY_BLOCKSIZE_RATIO][4][4]);
void stateToCharArray(unsigned char* array, unsigned char a[4][4]);
#endif
Event Timeline
Log In to Comment