diff options
Diffstat (limited to 'fw/fe310/eos/sdc_crypto.c')
| -rw-r--r-- | fw/fe310/eos/sdc_crypto.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/sdc_crypto.c b/fw/fe310/eos/sdc_crypto.c index c094468..f0e935d 100644 --- a/fw/fe310/eos/sdc_crypto.c +++ b/fw/fe310/eos/sdc_crypto.c @@ -48,4 +48,4 @@ void eos_sdcc_decrypt(uint32_t sect, uint8_t *buffer) {      memcpy(iv, §, sizeof(sect));      sdc_crypto->enc_essiv(sdc_crypto->ctx_essiv, iv);      sdc_crypto->dec(sdc_crypto->ctx, iv, buffer, 512); -}
\ No newline at end of file +}  | 
