aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_key.h
AgeCommit message (Collapse)Author
2023-07-25Update output prefix comments for C++ key types.wconner
PiperOrigin-RevId: 550894598
2023-06-02Get output_prefix by reference to avoid redundant copying.ioannanedelcu
PiperOrigin-RevId: 537328858
2023-03-08Remove the StatusOr<> part of the method "GetOutputPrefix" in the mac key.tholenst
There is no reason this should be there: if this returns an error, the key shouldn't have been created. PiperOrigin-RevId: 515027174
2022-07-21Rename KeyFormat in C++ to Parameters.tholenst
PiperOrigin-RevId: 462325353
2022-07-06Change GetOutputPrefix() statusor type from absl::StatusOr to util::StatusOr.wconner
PiperOrigin-RevId: 459242555
2022-06-13Add MacKeyFormat and MacKey C++ classes.wconner
PiperOrigin-RevId: 454616509