golang/go

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

Open

#25 882 ouverte le 13 juin 2018

Voir sur GitHub
 (7 commentaires) (1 réaction) (0 assignés)Go (19 008 forks)batch import
DocumentationNeedsFixhelp wanted

Métriques du dépôt

Stars
 (133 883 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur