README: provide reference for
ed25519 algorithm
Add reference information for the
ed25519 algorithm.
Add build instructions.
Signed-off-by: Heinrich Schuchardt <[email protected]>
usign: main.c: describe necessary arguments for -G
Generation of keys requires -p and -s.
The usage help should indicate this.
Signed-off-by: Heinrich Schuchardt <[email protected]>
cmake: Find libubox/utils.h header file
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for
libubox/utils.h. Some external toolchains which do not include standard
locations would fail to find the header otherwise.
Signed-off-by: Florian Fainelli <[email protected]>
fix accidental swapping of public vs private key comment
Signed-off-by: Felix Fietkau <[email protected]>
add build flag to use libubox instead of provided base64 implementation
Signed-off-by: Felix Fietkau <[email protected]>
base64: sync with libubox modifications
Signed-off-by: Felix Fietkau <[email protected]>
add support for overriding the comment data
Signed-off-by: Felix Fietkau <[email protected]>