Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-tink
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-tink
Graph
b4142f9ab6af327ca71a4316c29e51b6ed90201a
Select Git revision
Branches
8
master
default
upstream/1.2
upstream/1.3
upstream/gh-pages
upstream/master
upstream/master_backup
upstream/merge_test
upstream/thaidn-patch-1
Tags
12
v1.3.0-rc3
v1.3.0-rc2
v1.3.0-rc1
v1.2.2
v1.2.1
v1.2.0
v1.2.0-rc4
v1.2.0-rc3
v1.2.0-rc2
v1.1.1
v1.1.0
v1.0.0
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Feb
10
6
5
3
31
Jan
30
29
28
27
23
22
21
18
17
15
14
13
10
7
6
30
Dec
27
26
20
19
18
17
16
13
12
10
9
6
5
3
29
Nov
27
25
22
21
20
19
18
17
15
13
12
10
8
7
6
5
4
1
31
Oct
30
29
25
24
23
22
21
18
17
16
15
14
10
9
8
7
4
3
2
1
27
Sep
26
25
23
22
20
19
18
17
13
12
11
10
6
5
4
3
2
30
Aug
29
28
27
26
23
22
21
20
19
16
15
14
13
12
9
8
7
6
5
2
31
Jul
30
29
28
26
25
24
23
22
19
18
17
16
15
12
Fixing two typos:
upstream/master
upstream/master
Add a folder for an experimental implementation of JWT and JWS.
Remove obsolete TODO.
Encrypt only DEK bytes for envelope encryption.
upstream/1.3
upstream/1.3
Reduce overhead in XChaCha20-Poly1305 encryption and decryption.
Update calls to deprecated Starlark functions/arguments
Add description of envelope encryption to wire format.
Adding kste@ as Tink maintainer.
Documenting the wire format of Tink so that external developers can add more languages.
Adding myself as Tink maintainer.
Adding support for converting RSA keys from Keymaster to Tink
Fix go module path.
Change the computation of the start of the ciphertext pointer from
Merge Gerrit change 29421 Patch Set 1
Encrypt only DEK bytes for envelope encryption.
Add roots.pem dependency to aead_envelope_test.
Temporarily disable Maven snapshot publishing.
Enable C++ cross language test.
BEGIN_PUBLIC
Merge Gerrit change 29320 Patch Set 3
Encrypt only DEK bytes for envelope encryption.
Slightly simplify the set up of the aead_envelope_test test.
Move cross-language envelope tests to its own test script and re-enable AWS tests.
Add a StreamingPrfWrapper which wraps a single PRF into a single PRF.
Adding support for converting RSA keys from Keymaster to Tink
BEGIN_PUBLIC
Mark the StreamingPrf as Immutable.
Migrate org.mockito.Matchers#{isA, same, isNull, notNull} to org.mockito.ArgumentMatchers
Removing a local copy of wycheproof-testvectors.
aead: Introduce a mock class and target for testing code that uses an aead
Merge Gerrit change 29242 Patch Set 1
Introducing a separate WORKSPACE for Tink apps.
Introducing a separate WORKSPACE for Go.
Re-enabling C++ non-Bazel test.
+ Golang StreamingAEAD cross-language tests
+ Golang StreamingAEAD interface integration
+ Introduce StreamingAEAD interface in tink/go and subtle implementation
aead.h: Clarify the thread safety of the Aead interface
Negative Key IDs: Update the code comments with the current plan.
Fix build target specifications within the continuous test script.
Loading