c,python: Use little-endina byte order for bigint arithmetics
This better matches what one would expect from the hex or base64 (upcoming) formats.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
libcrypto_dep = dependency('libcrypto')
|
||||
|
||||
PHOGEN_MAP_EXE = executable('phogen_map', 'phogen_map.c', dependencies: libcrypto_dep)
|
||||
PHOGEN_MAP_EXE = executable(
|
||||
'phogen_map',
|
||||
'phogen_map.c',
|
||||
dependencies: [bhash_dep, dependency('libcrypto')])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user