Revision d0fc5d3e836f7d466341b83c75d9209aa0e38d68 authored by juerg on 11 March 2024, 19:51:28 UTC, committed by Copybara-Service on 11 March 2024, 19:53:06 UTC
It tests encrypting and decrypting 1k data with different algorithms.

It also adds tests for algorithms that are supported but don't have templates:
- curve P-384 and curve P-521.
- AES-SIV as DEK.

Output on a Xeon CPU:
BenchmarkEncrypt/HPKE_X25519_AES128GCM-8                    6207            195023 ns/op           12713 B/op         89 allocs/op
BenchmarkEncrypt/HPKE_X25519_Chacha20Poly1305-8             6316            190371 ns/op            9384 B/op         78 allocs/op
BenchmarkEncrypt/ECIES_P256_AES128GCM-8                     9159            128020 ns/op            8368 B/op         63 allocs/op
BenchmarkEncrypt/ECIES_P256_AES128CTRHMAC-8                 8188            143934 ns/op           11744 B/op         83 allocs/op
BenchmarkEncrypt/ECIES_P384_AES128GCM-8                     1159           1035242 ns/op            9896 B/op         78 allocs/op
BenchmarkEncrypt/ECIES_P521_AES128GCM-8                      379           3344359 ns/op           11410 B/op         79 allocs/op
BenchmarkEncrypt/ECIES_P256_AESSIV-8                        8876            140409 ns/op            8784 B/op         75 allocs/op
BenchmarkDecrypt/HPKE_X25519_AES128GCM-8                    6236            193576 ns/op           10376 B/op         86 allocs/op
BenchmarkDecrypt/HPKE_X25519_Chacha20Poly1305-8             6615            188628 ns/op            6920 B/op         75 allocs/op
BenchmarkDecrypt/ECIES_P256_AES128GCM-8                    10000            109699 ns/op            8848 B/op         61 allocs/op
BenchmarkDecrypt/ECIES_P256_AES128CTRHMAC-8                10000            118861 ns/op            8392 B/op         72 allocs/op
BenchmarkDecrypt/ECIES_P384_AES128GCM-8                     1494            802661 ns/op           10048 B/op         73 allocs/op
BenchmarkDecrypt/ECIES_P521_AES128GCM-8                      478           2513675 ns/op           11040 B/op         73 allocs/op
BenchmarkDecrypt/ECIES_P256_AESSIV-8                       10000            116103 ns/op            6984 B/op         66 allocs/op

PiperOrigin-RevId: 614762423
1 parent 239cf37
Raw File
requirements.txt
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    pip-compile --generate-hashes --output-file=requirements.txt setup.py
#
absl-py==1.4.0 \
    --hash=sha256:0d3fe606adfa4f7db64792dd4c7aee4ee0c38ab75dfd353b7a83ed3e957fcb47 \
    --hash=sha256:d2c244d01048ba476e7c080bd2c6df5e141d211de80223460d5b3b8a2a58433d
    # via tink (setup.py)
protobuf==4.24.0 \
    --hash=sha256:44825e963008f8ea0d26c51911c30d3e82e122997c3c4568fd0385dd7bacaedf \
    --hash=sha256:567fe6b0647494845d0849e3d5b260bfdd75692bf452cdc9cb660d12457c055d \
    --hash=sha256:5ab19ee50037d4b663c02218a811a5e1e7bb30940c79aac385b96e7a4f9daa61 \
    --hash=sha256:5d0ceb9de6e08311832169e601d1fc71bd8e8c779f3ee38a97a78554945ecb85 \
    --hash=sha256:6c817cf4a26334625a1904b38523d1b343ff8b637d75d2c8790189a4064e51c3 \
    --hash=sha256:81cb9c4621d2abfe181154354f63af1c41b00a4882fb230b4425cbaed65e8f52 \
    --hash=sha256:82e6e9ebdd15b8200e8423676eab38b774624d6a1ad696a60d86a2ac93f18201 \
    --hash=sha256:8bb52a2be32db82ddc623aefcedfe1e0eb51da60e18fcc908fb8885c81d72109 \
    --hash=sha256:a38400a692fd0c6944c3c58837d112f135eb1ed6cdad5ca6c5763336e74f1a04 \
    --hash=sha256:a6b1ca92ccabfd9903c0c7dde8876221dc7d8d87ad5c42e095cc11b15d3569c7 \
    --hash=sha256:ae7a1835721086013de193311df858bc12cd247abe4ef9710b715d930b95b33e \
    --hash=sha256:ae97b5de10f25b7a443b40427033e545a32b0e9dda17bcd8330d70033379b3e5 \
    --hash=sha256:e8834ef0b4c88666ebb7c7ec18045aa0f4325481d724daa624a4cf9f28134653
    # via tink (setup.py)
back to top