23 #ifndef INCLUDED_GSM_DECRYPTION_IMPL_H
24 #define INCLUDED_GSM_DECRYPTION_IMPL_H
35 std::vector<uint8_t> d_k_c;
38 void decrypt(pmt::pmt_t msg);
41 decryption_impl(
const std::vector<uint8_t> & k_c,
unsigned int a5_version);
43 virtual void set_k_c(
const std::vector<uint8_t> & k_c);