Updated 关于CTR模式 (markdown)

Sun Yimin 2023-08-26 08:02:08 +08:00
parent bd5cea0914
commit b2d35a1c23

@ -6,3 +6,4 @@ CTR模式一般不独立使用通常会和消息认证模式结合使用。
# 参考 # 参考
* [NIST 800-38A](https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38a.pdf) * [NIST 800-38A](https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38a.pdf)
* [RFC 3686](https://datatracker.ietf.org/doc/html/rfc3686) * [RFC 3686](https://datatracker.ietf.org/doc/html/rfc3686)
* [What happens if you increment max counter in aes ctr?](https://crypto.stackexchange.com/questions/71195/what-happens-if-you-increment-max-counter-in-aes-ctr/71196#71196)