1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-09 17:39:04 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Kozlik
7079277fb0 Fix counter initialization bug in rfc7539_init(). Fix const correctness in rfc7539.h and chacha20poly1305.h. (#188) 2018-11-30 15:17:52 +01:00
Dusan Klinec
bf1e1b13a6 chacha20poly1305: header polution reduction
- including chacah20poly1305.h polutes general namespace with macros defined in ecrypt-portable.h and ecrypt-machine.h which are needed only for .c files and should not leak to general namespace
- I've extracted types definition from ecrypt-portable.h to ecrypt-types.h as types are needed for interface definition in ecypt-sync.h which is needed in chacha20poly1305.h
2018-08-22 13:28:00 +02:00
Ondřej Vejpustek
afbe3e7551 fix rfc7539 padding 2018-05-25 16:03:09 +02:00
Pavol Rusnak
1ae459912f
fix chacha20poly1305 issues 2017-05-11 13:27:59 +02:00
Pavol Rusnak
d6d7919c87
add chacha20poly1305 2017-05-11 13:27:34 +02:00