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 ( &#34;crypto/aes&#34; &#34;crypto/cipher&#34; &#34;crypto/hmac&#34; &#34;crypto/rand&#34; &#34;crypto/sha256&...阅读全文

2017-12-31 18:30:03