mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-07-02 10:31:41 +00:00
8 lines
188 B
C
8 lines
188 B
C
#pragma once
|
|
|
|
#include "psa_bf_types.h"
|
|
#include "psa_crypto_bf.h"
|
|
#include <flipper_format/flipper_format.h>
|
|
|
|
bool psa_bf_state_from_flipper_format(PsaBfState* state, FlipperFormat* ff);
|