[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to use SHA256 in a QEMU device
From: |
Alberto Garcia |
Subject: |
Re: How to use SHA256 in a QEMU device |
Date: |
Sat, 21 Nov 2020 01:42:59 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Fri, Nov 20, 2020 at 09:33:18PM +0000, Weiss, Howard wrote:
> I am writing a device which uses SHA256
[...]
> I have tried
>
> #include <openssl/sha.h>
You don't have to use openssl, QEMU already provides those algorithms,
see include/crypto/hash.h
Berto