Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 7b3ab5921fa25ed8b97b6296f97c5c78aacf5447 authored by Ɓukasz Langa on 24 February 2020, 21:36:25 UTC
Python 3.8.2
Tip revision: 7b3ab59
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