Skip to content

openpgp: Avoid heap allocation when hashing keys and signatures.

Justus Winter requested to merge justus/fixes into main
  • Notably, this is done during certificate canonicalization. This is expensive as-is, let's keep the allocator out of it.

Merge request reports