/go-qq-tea

又一个给go用的qq-tea轮子呢(摊手

Primary LanguageGoMIT LicenseMIT

go-qq-tea

又一个给go用的qq-tea轮子呢(摊手

简介

http://bbs.chinaunix.net/thread-583468-1-1.html为基础改写过来

API

type teaCipher struct
NewTeaCipher([]byte) *teaCipher
(*teaCipher) Encrypt([]byte) []byte
(*teaCipher) Decrypt([]byte) []byte