跳转至

Class qqmusic::crypto::Cipher

ClassList > qqmusic > crypto > Cipher

Inherited by the following classes: qqmusic::crypto::MapCipher, qqmusic::crypto::RC4Cipher

Public Functions

Type Name
virtual void decrypt (qqmusic::utils::buffer & buf, size_t offset) = 0
密钥解密算法
virtual ~Cipher () = default

Public Functions Documentation

function decrypt

密钥解密算法

virtual void qqmusic::crypto::Cipher::decrypt (
    qqmusic::utils::buffer & buf,
    size_t offset
) = 0

Parameters:

  • buf 待解密的密钥
  • offset 偏移量

function ~Cipher

virtual qqmusic::crypto::Cipher::~Cipher () = default


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