sept: update to support 8.1.0

This commit is contained in:
Michael Scire
2019-06-18 23:23:31 -07:00
parent c96ae0148e
commit befd912a88
20 changed files with 218 additions and 140 deletions

View File

@@ -21,7 +21,7 @@
#include <stdbool.h>
#include <stdint.h>
void derive_keys(void);
void derive_keys(uint32_t version);
void load_keys(const uint8_t *se_state);
#endif