D bindings for Intel's ISA-L_crypto library
- Using DStep and some manual editing
- Based on ISA-L_crypto v2.21.0
- Generate include files with
make -f Makefile.unx install
- Generate D files with
dstep -I. --package=deimos.isal_crypto **/*.h
- Rename and move .d files to conform to package names (e.g
deimos/isal_crypto/package.d
,deimos/isal_crypto/aes_cbc.d
) - Edit
deimos/isal_crypto/package.d
to add the public imports present inisa-l_crypto.h
and fix the module name