golang/go

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

Open

#25.882 aperta il 13 giu 2018

Vedi su GitHub
 (7 commenti) (1 reazione) (0 assegnatari)Go (19.008 fork)batch import
DocumentationNeedsFixhelp wanted

Metriche repository

Star
 (133.883 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor