aboutsummaryrefslogtreecommitdiff
path: root/cc/internal/ec_util.h
AgeCommit message (Expand)Author
2023-03-02Fix include statements in internal/ambrosin
2022-08-15Auto-generated fix for C++ includes.juerg
2022-07-21Adds a utility function for retrieving the public key from a private X25519 key.Tink Team
2022-01-05Add `CreateX25519SharedSecret` utility function to internal/ec_utilambrosin
2022-01-05Make `subtle/ecies_hkdf_recipient_kem_boringssl` OpenSSL compatibleambrosin
2021-12-20Move ComputeEcdhSharedSecret and EcSignatureIeeeToDer to internal/ec_util.ambrosin
2021-12-15Move Ed25519 utils from subtle_util_boringssl to internal/ec_util.ambrosin
2021-12-14Move subtle/ec_util functions to internal/ec_utilambrosin
2021-12-14Move EcKey generation to internal/ec_util.ambrosin
2021-12-13Move EC_POINT Encode/Decode utils to internal/ec_util.ambrosin
2021-12-10Move GetEcPoint from subtle_util_boringssl to internal/ec_util.ambrosin
2021-12-09Move GetEcGroup and GetCurve from subtle_util_boringssl to internal/ec_util.ambrosin
2021-12-08Modify creation of X25519 keys to use the EVP interface for compatibility wit...ambrosin
2021-12-06Move EC utility functions and structs to an internal namespace; deprecate the...ambrosin