Read-only state protection
class ReadOnlyContainer {
Vector objs;
byte[] sign; // set to K-A( h(objs) )
// constructor
public ReadOnlyContainer (Vector, PrivateKey);
public boolean verify (PublicKey);
}
Previous slide
Next slide
Back to first slide
View graphic version