`m17crypto_t` update
m17crypto_t now conforms to M17 spec
This commit is contained in:
parent
6dd0a718e0
commit
ffdc04be3e
|
|
@ -129,8 +129,8 @@ enum m17mode_t
|
||||||
enum m17crypto_t
|
enum m17crypto_t
|
||||||
{
|
{
|
||||||
PLAIN = 0, //< No encryption, plaintext data is sent
|
PLAIN = 0, //< No encryption, plaintext data is sent
|
||||||
AES256 = 1, //< AES-256 Encryption
|
SCRAMBLER = 1, //< Scrambler
|
||||||
SCRAMBLER = 2 //< Scrambler
|
AES = 2 //< AES
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue