mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-07-05 20:42:31 +00:00

This change adds support for binary (non-human-readable) values in signature notations through `rawNotations` property on signature objects. Human-readable notations will additionally appear in `notations` object where the value of the notation will be deserialized into a string. Additionally the check for human-readable flag was modified to check the existence of the flag instead of comparison with the whole value.