Artifact e7f69c0be54e8409a947417995202ba85f558881:
- File keccak/keccak.i — part of check-in [33bd67d240] at 2013-01-09 19:22:48 on branch trunk — Added keccak library, modified Wurstkessel API slightly (needs more work) (user: bernd size: 144)
- File keccakp/keccak.i — part of check-in [90b0958714] at 2020-01-12 21:09:56 on branch trunk — Improve haves (user: bernd size: 144)
%module keccak %insert("include") %{ #include <KeccakF-1600.h> %} %apply SWIGTYPE * { unsigned char const *const }; %include <KeccakF-1600.h>