golang/go

x/crypto/salsa20: implement cipher.Stream interface

Open

#25,308 opened on May 9, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

salsa20 is the odd one out that implements only a stateless XORKeyStream at the package level.

Contributor guide