Sign in
fuchsia
/
third_party
/
tink
/
refs/heads/upstream/revert-326-gorawkeys
/
go
/
signature
65d034e
Revert "feat: Go: Add signature key templates WithoutPrefix (#326)"
by Thai Duong
· 5 years ago
upstream/revert-326-gorawkeys
0e86c4e
feat: Go: Add signature key templates WithoutPrefix (#326)
by Baha
· 5 years ago
4fae95d
updated golang signature example in doc comment (#293)
by Baha
· 5 years ago
0d90bdd
Internal change
by Tink Team
· 5 years ago
44f70a7
Introducing a separate WORKSPACE for Go.
by przydatek
· 5 years ago
3cf6ce8
Fix typo.
by Tink Team
· 5 years ago
c26a160
Fix comment formatting for godoc.
by ckl
· 6 years ago
4c33602
enhance(golang): enhance Encrypt, ComputeMAC and Sign memory allocation
by mohamed amr
· 6 years ago
5c33dec
Remove Apache 2.0 comments from build files.
by tanujdhir
· 6 years ago
4a4cc08
Adding examples under GoDoc summary
by baskaran
· 6 years ago
eff43fc
Simplify a call to append.
by tholenst
· 6 years ago
2f94fed
Golang refactoring: move internal, registry, format, primitiveset to core.
by thaidn
· 6 years ago
6d22d79
Golang refactoring: hide key version and type url constants, which are internal implementation details.
by thaidn
· 6 years ago
4ff9af5
Golang refactoring: change init.go to <package>.go
by thaidn
· 6 years ago
a41e401
Golang: fixing https://go-lint.appspot.com warnings.
by thaidn
· 6 years ago
6ea49a5
Golang refactoring: move registry and keyset out of tink to their own package.
by thaidn
· 6 years ago
49f47c9
Golang refactoring: move shared util methods to their own package.
by thaidn
· 6 years ago
43e905b
Golang refactoring: move primitive set out of tink to its own package.
by thaidn
· 6 years ago
6e2ee21
Golang refactoring: move test methods out of signature to testutil.
by thaidn
· 6 years ago
694690d
Golang: move crypto format out of tink to its own package.
by thaidn
· 6 years ago
ce16ca0
ED25519 implementation for Tink (golang)
by Tink Team
· 6 years ago
c51086b
go: Cleanup error messages and add annotations where necessary.
by candrian
· 6 years ago
71d1f1b
Golang: make all key managers private.
by Thai Duong
· 6 years ago
e941aa5
Golang: move registry initialization to init.
by Thai Duong
· 6 years ago
aa6c293
Golang: more refactoring, following https://github.com/google/tink/issues/93.
by Thai Duong
· 6 years ago
5e97af2
Golang: refactoring primitive set.
by Thai Duong
· 6 years ago
0da3ef8
Golang: clean up the KeyManager interface and address naming and style issues.
by Thai Duong
· 6 years ago
92c541b
Golang: cleaning up, following https://github.com/google/tink/issues/93.
by Thai Duong
· 7 years ago
3e40262
go_proto_library: use go_proto_library (not proto_library) import path
by Tink Team
· 7 years ago
b857be1
Removing deprecated importpath option in go_test rules.
by Thai Duong
· 7 years ago
528d8eb
Project import generated by Copybara.
by Tink Team
· 7 years ago
216bd41
Some cleanup (#74)
by Jorge Landivar
· 7 years ago
65293c7
Refactoring Go subtle, mostly renaming things.
by Thai Duong
· 7 years ago
f6cf53c
Merging tink/util to tink.
by Thai Duong
· 7 years ago
096ec45
Generating Go BUILD files with Gazelle.
by Thai Duong
· 7 years ago
52dbf4f
Naming Go proto targets according to Bazel and Gazelle conventions.
by Thai Duong
· 7 years ago
d4cf785
Reformatting go code.
by Thai Duong
· 7 years ago
5280829
Cleanup of cross-language tests and doc update.
by Bartosz Przydatek
· 7 years ago
958258d
Separate license headers from package comments (#68)
by Gary Belvin
· 7 years ago
0fa83d1
go fmt ./go/... (#67)
by Gary Belvin
· 7 years ago
aa78431
Cleaning up BUILD files, setting default visiblity to internal packages.
by Thai Duong
· 7 years ago
027af40
Using released tarballs or commits rather than GitHub archives.
by Thai Duong
· 7 years ago
8c9ebba
Add key validation to EcdsaVerifyKeyManager.
by Thanh Bui
· 8 years ago
7bbd748
Refactor package subtle/util.
by Thanh Bui
· 8 years ago
70045d5
Add PublicKeySignFactory and PublicKeyVerifyFactory.
by Thanh Bui
· 8 years ago
43b12f5
Add PublicKeySignConfig and PublicKeyVerifyConfig.
by Thanh Bui
· 8 years ago
f1cb9cb
Add key templates for ECDSA.
by Thanh Bui
· 8 years ago
16592b1
Add PrivateKeyManager interface and EcdsaSignKeyManager and EcdsaVerifyKeyManager.
by Thanh Bui
· 8 years ago