REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
dcp.h
Go to the documentation of this file.
Definition carrier.h:12
Definition handler.h:10
FLASHMEM void hash(const uint8_t *msg, size_t msg_len, uint8_t *out_hash, dcp_hash_algo_t algo)
Definition dcp.cpp:611
FLASHMEM void hash_sha1(const uint8_t *msg, size_t msg_len, uint8_t *out_hash)
Computes the SHA1 sum of an arbitrary message (large memory segment), hardware-accelerated on the Tee...
Definition dcp.cpp:635
FLASHMEM void hash_sha256(const uint8_t *msg, size_t msg_len, uint8_t *out_hash)
Computes the SHA256 sum of an arbitrary message (large memory segment).
Definition dcp.cpp:631
Definition dcp.h:71
Definition dcp.h:64