lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
Sam Elliott | 45fb1c6 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 2 | # |
3 | # Copyright lowRISC contributors. | ||||
4 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
5 | # SPDX-License-Identifier: Apache-2.0 | ||||
6 | |||||
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 7 | echo '' | ./hmac_model.py -v -k DEADBEEF |
8 | ./hmac_model.py -k DEADBEEF -v message.dat | ||||
9 |