AES-CTR with HMAC SHA-256
<p>Hi</p> <p>Please review my code and help me to make it better</p> <p>Thanks</p> <pre><code>package aesctr import ( "crypto/aes" "crypto/cipher" "crypto/hmac" "crypto/rand" "crypto/sha256&...阅读全文