wolfssl-examples/signature/rsa_buffer/sign_vfy.sh

11 lines
99 B
Bash
Executable File

#!/bin/sh
make clean
make sign
./sign "This is the message" > signature.h
make verify
./verify