aboutsummaryrefslogtreecommitdiff
path: root/cc/internal/ec_util.cc
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-03-22Explicitly `std::move` the returned values if they are of a move-only type. O...lizatretyakova
2022-01-25Always use `i2d_ECDSA_SIG` to marshal ECDSA signatures.ambrosin
2022-01-05Add `CreateX25519SharedSecret` utility function to internal/ec_utilambrosin
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-13Replace EC_POINT_get_affine_coordinates with EC_POINT_get_affine_coordinates_...ambrosin
2021-12-13Move EC_POINT Encode/Decode utils to internal/ec_util.ambrosin
2021-12-10Use EC_POINT_set_affine_coordinates instead of EC_POINT_set_affine_coordinate...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