mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
crypto/shamir: Reorder #includes.
This commit is contained in:
parent
e631983d6d
commit
48a98efc58
@ -36,9 +36,9 @@
|
||||
* lookup operations, as all proper crypto code must be.
|
||||
*/
|
||||
|
||||
#include "shamir.h"
|
||||
#include <string.h>
|
||||
#include "memzero.h"
|
||||
#include "shamir.h"
|
||||
|
||||
static void bitslice(uint32_t r[8], const uint8_t *x, size_t len) {
|
||||
size_t bit_idx, arr_idx;
|
||||
|
Loading…
Reference in New Issue
Block a user