golang/go
在 GitHub 查看crypto: document which cipher.Block implementations are safe for concurrent use
Open
#25,882 创建于 2018年6月13日
DocumentationNeedsFixhelp wanted
仓库指标
- Star
- (133,883 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Many of them are, but since it's undocumented it might change from one architecture to the next.
This came up in https://go-review.googlesource.com/c/crypto/+/118535 because x/crypto/xts effectively assumes they all are.