aboutsummaryrefslogtreecommitdiff
path: root/cc/keyderivation
AgeCommit message (Collapse)Author
2023-06-13Add get_all_in_keyset_order() to C++ PrimitiveSet. #tinkApiChangecinlin
The now deleted KeysetDeriverSetWrapperImpl class allowed KeysetDeriverSetWrapper access to a PrimitiveSet's entries in keyset key order. With the addition of get_all_in_keyset_order() to PrimitiveSet's public API, KeysetDeriverSetWrapperImpl is no longer necessary. PiperOrigin-RevId: 540170074
2023-05-10Open-source Key Derivation C++. #tinkApiChangecinlin
PiperOrigin-RevId: 531052327