跳转至

File cipher_tea.h

File List > crypto > cipher_tea.h

Go to the documentation of this file

#ifndef QQ_MUSIC_CIPHER_TEA_H
#define QQ_MUSIC_CIPHER_TEA_H

#include <botan/secmem.h>
#include <cstdint>
#include <qqmusic/utils/buffer.h>

namespace qqmusic::crypto::TeaCipher {

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

} // namespace qqmusic::crypto::TeaCipher

#endif // QQ_MUSIC_CIPHER_TEA_H