|
|
|
|
|
by ejcx
3625 days ago
|
|
Yes you could, but you still end up with this dependence on a lookup when you store revocations. Once you do that you lose the stateless benefit of cryptographically signing the object, and at that point you could just store the whole object and give the user a lookup id to the object without the complexity of cryptographically signing anything. |
|
So that could be the difference between whatever you're using for storage, and a tiny, fully replicated in-memory structure. Depending on your overall scale, of course.