mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-25 16:18:13 -04:00

UDS is now byte readable (but not writable). Use UDS and USS directly in a blake2s_update() instead of concatenating them into fw_ram. UDS will still live for a short while in fw_ram in the blake2s context buffer but will soon be overwritten. Signed-off-by: Daniel Lublin <daniel@lublin.se>