Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 4893861ab58544091feab2946648245ac1271e2f authored by Ned Deily on 13 October 2018, 07:01:32 UTC
3.6.7rc2
Tip revision: 4893861
KeccakP-1600-SnP.h
#if KeccakOpt == 64
  #include "KeccakP-1600-SnP-opt64.h"
#elif KeccakOpt == 32
  #include "KeccakP-1600-SnP-opt32.h"
#else
  #error "No KeccakOpt"
#endif
back to top