Removed the cloning of the final data in the attachment processor (#114)
* removed the cloning of the final data in the attachment processor * fix linter
This commit is contained in:
parent
681ceb0546
commit
cea3d0da4d
4 changed files with 15 additions and 3 deletions
|
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## Changed
|
||||
- Removed an unecessary cloning in the attachment processor, to perform better in low memory settings
|
||||
|
||||
## [2.1.4] 2021-01-08
|
||||
### Added
|
||||
- Methods for generating an verifying encrypted detached signatures
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue