跳转至

Namespace qqmusic::crypto::TeaCipher

Namespace List > qqmusic > crypto > TeaCipher

Public Functions

Type Name
void decrypt (qqmusic::utils::buffer & buf, size_t offset, const std::vector< uint8_t > & key)
tea解密,每次解密8字节

Public Functions Documentation

function decrypt

tea解密,每次解密8字节

void qqmusic::crypto::TeaCipher::decrypt (
    qqmusic::utils::buffer & buf,
    size_t offset,
    const std::vector< uint8_t > & key
) 

Parameters:

  • buf 待解密的密钥
  • offset 偏移量
  • key 解密需要用到的密钥,在 key_derive.cc 中生成


The documentation for this class was generated from the following file include/qqmusic/crypto/cipher_tea.h