Skip to content

Commit

Permalink
reverting accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 13, 2025
1 parent cbae56a commit e1f8440
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ impl PrivateContext {
// Safety: Kernels verify that the key validation request is valid and below we verify that a request
// for the correct public key has been received.
let request = unsafe { get_key_validation_request(pk_m_hash, key_index) };
assert(request.pk_m.hash() == pk_m_hash);

self.key_validation_requests_and_generators.push(
KeyValidationRequestAndGenerator {
Expand Down

0 comments on commit e1f8440

Please sign in to comment.