Skip to content
v0.76.5

- Added HPKE operations to (EC)PublicKey---`seal`---and
  PrivateKey---`open`.

- Java: CompletableFuture now has a convencience factory method
  `completedFuture`, matching its namesake in `java.util.concurrent`.