Change recipient type for identity encryption to p256tag

Encrypting to an identity requires the plugin binary, and there is a
reasonable expectation that the same (or a later) plugin binary version
will be used to decrypt, so we can assume support for the preferred
recipient type.
This commit is contained in:
Jack Grigg
2025-12-21 12:21:49 +00:00
parent 0057a1825e
commit 971d63957c
4 changed files with 51 additions and 12 deletions
+2
View File
@@ -16,6 +16,8 @@ to 0.3.0 are beta releases.
### Changed
- MSRV is now 1.70.0.
- Encryption to an identity now uses the preferred recipient type supported for
that identity.
## [0.5.0] - 2024-08-04
### Fixed