Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Declare Speck128/128 block size in bytes
  • Loading branch information
lcn2 committed Sep 23, 2017
commit 70854696a1f5a0b1b6ec038572b72d12f51cd7e0
3 changes: 3 additions & 0 deletions speck128128.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
/*************************** HEADER FILES ***************************/
#include <stdint.h>

/****************************** MACROS ******************************/
#define SPECK128128_BLOCK_SIZE 16 // Speck128/128 operates on 16 bytes at a time

/**************************** DATA TYPES ****************************/

/*********************** FUNCTION DECLARATIONS **********************/
Expand Down