]> Cypherpunks repositories - gostls13.git/commit
Split constant time functions into crypto/subtle.
authorAdam Langley <agl@golang.org>
Mon, 2 Nov 2009 19:12:07 +0000 (11:12 -0800)
committerAdam Langley <agl@golang.org>
Mon, 2 Nov 2009 19:12:07 +0000 (11:12 -0800)
commitad67a86626bc9fa73ec09c8355b91bcdcb916f2e
treecfdb4da672ba776f46400ede21b7346a4fd7b74b
parentd00248980be23b5c889601cf749f5738a5dc8724
Split constant time functions into crypto/subtle.

R=rsc
CC=go-dev
http://go/go-review/1018020
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/crypto/rsa/pkcs1v15.go
src/pkg/crypto/rsa/rsa.go
src/pkg/crypto/rsa/rsa_test.go
src/pkg/crypto/subtle/Makefile [new file with mode: 0644]
src/pkg/crypto/subtle/constant_time.go [new file with mode: 0644]
src/pkg/crypto/subtle/constant_time_test.go [new file with mode: 0644]