golang/go

crypto: document which cipher.Block implementations are safe for concurrent use

Open

#25,882 创建于 2018年6月13日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)Go (19,008 fork)batch import
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.

贡献者指南