fork download
  1. #include <stdint.h>
  2. uint8_t sBox[16] = { 0xb, 0xf, 0x3, 0x2, 0xa, 0xc, 0x9, 0x1, 0x6, 0x7, 0x8, 0x0, 0xe, 0x5, 0xd, 0x4 }; //Borrowed from the block cipher PRINCE.
  3. int main(){return 0;}
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
Standard output is empty