Files
Passgeny/c/phogen/phogen_map/meson.build
Mitja HORVAT bcae51ead9 c,python: Use little-endina byte order for bigint arithmetics
This better matches what one would expect from the hex or base64
(upcoming) formats.
2021-11-15 01:13:17 +01:00

9 lines
166 B
Meson

libcrypto_dep = dependency('libcrypto')
PHOGEN_MAP_EXE = executable(
'phogen_map',
'phogen_map.c',
dependencies: [bhash_dep, dependency('libcrypto')])