2023-05-16 08:37:03

by Simon Richter

[permalink] [raw]
Subject: async import/export for ahash

Hi,

I have an ahash implementation on hardware with separate memory, so I
need to send a command and wait for a response to export the hash state.

As far as I can see, the export function is synchronous. Am I allowed to
sleep here?

Simon