111112113114115116117
} @Override protected Commitment considerSubscriptionRequestInternal(final Value topic, final AgentId initiator) { return new Commitment(Commitment.Decision.AGREE_AND_NOTIFY, null); }
49505152535455
byte[] w = new byte[byteLength - message.length]; random.nextBytes(w); return new Commitment(w, calculateCommitment(w, message)); }