mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
b324fb98d3
Given that we currently have no way of reconstituting a symmetric key from the asymmetric key (or at least, we don't have a 100% reliable way of doing so) it's best to keep keys as asymmetrical, referring to the correct database. That way, we don't get situations where we cannot compare equality of two keys due to one being asymmetrical and one being symmetrical.