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
13c00948d6117a5920884a4a0d9d0e1386d5d9f7
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
9
May
6
4
3
2
26
Apr
24
23
15
11
8
21
Mar
20
12
6
5
28
Feb
25
21
20
18
15
14
12
11
4
1
25
Jan
24
22
18
16
14
11
10
9
14
Dec
4
28
Nov
23
16
14
13
12
2
1
31
Oct
30
29
25
24
23
22
19
17
11
10
9
8
4
Javascript: add PublicKeyVerify and PublicKeySign interfaces.
Adding checks that sizes are integers to subtle.
Removing useless arguments accidentaly added to tests functions.
Making test in subtle failing if expected exception is not thrown.
Fix typo in test name.
Test EciesHkdfKemRecipient.decapsulate with different params.
Adding tests for invalid arguments for constructor of EciesHkdfKemSender.
Adding tests for invalid arguments for constructor to EciesHkdfKemRecipient.
Add test that all predefined Hybrid templates works after calling HybridConfig.register.
Add test that all predefined AEAD templates works after calling AeadConfig.register.
Adding more tests to webcrypto ECDH
Adding wycheproof tests for ECDH.
Pass crypto key instead of JSON key to EciesHkdfHybridRecipient constructor.
Fixing wrong awaits in registry.
Adding test with test vectors generated by Java version to EciesHkdfKemRecipient.
Adding getPublicKeyData method to Registry.
The private key value should be also represented by correct number of bytes.
x and y in ECIES keys should not depend on number of leading zeros.
Removing all padding dots from Base64 representation.
Fixing issue where public keys were causing x and y coordinates to be 33 bytes instead of 32 bytes.
Adding HybridDecryptFactory.
Associated data should be passed to decrypt function of primitive.
Adding no secret keyset handle.
Adding binary keyset reader.
Renaming opt_hkdfInfo to opt_contextInfo to be consistent with interface.
Adding hybrid decrypt set wrapper.
Adding hybrid encrypt factory.
Adding hybrid encrypt set wrapper.
Adding hybrid key templates.
Adding hybrid config.
Requested higher version exception in AeadConfig says available version.
Adding catalogue for HybridEncrypt primitive.
Adding catalogue for HybridDecrypt primitive.
Removing too strict validation from primitive set.
Fail tests if required exceptions are not thrown.
Adding ECIES AEAD HKDF private key manager - getPrimitive method.
Adding ECIES AEAD HKDF private key manager - key factory
Adding ECIES AEAD HKDF public key manager.
Cleaning code in Registry
Adding validators for ecies_aead_hkdf_key proto.
Loading