摘要: package main import ( "crypto/aes" "crypto/cipher" "errors" ) type ConnAes struct { key string keyBlock cipher.Block iv string } func NewConnAes(key string,... 阅读全文
posted @ 2016-03-01 20:21 但说无妨 阅读(1469) 评论(0) 推荐(0) 编辑