index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scrypt
Age
Commit message (
Expand
)
Author
2026-01-13
scrypt: fix panic on parameters <= 0
Juergen Graf
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2022-04-11
all: gofmt
Russ Cox
2021-03-17
scrypt: use encoding/binary to simplify smix
Andreas Auernhammer
2019-04-26
scrypt: use math.bits rotate functions instead of ad-hoc implementation
Udalov Max
2018-10-29
all: fix typos
Igor Zhilianin
2018-05-03
scrypt: update example to match recommendation two lines below
Filip Haglund
2017-09-30
scrypt: add missing license header
Kevin Burke
2017-09-30
scrypt: update recommended parameters for 2017
Kevin Burke
2017-06-29
all: use HTTPS for links that support it
Kevin Burke
2016-09-10
scrypt: fix broken example in documentation
Sam Whited
2014-12-09
crypto: add import comments.
David Symonds
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2013-01-17
scrypt: 2x faster.
Dmitry Chestnykh
2012-12-15
go.crypto: gofmt -w -s
Mikio Hara
2012-09-18
go.crypto/scrypt: add package
Dmitry Chestnykh