Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: EDV document processor implementation #2250

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

DRK3
Copy link
Contributor

@DRK3 DRK3 commented Oct 19, 2020

Added a concrete document processor implementation. It can encrypt and decrypt between structured documents and encrypted documents.

Signed-off-by: Derek Trider [email protected]

closes #2249

@codecov
Copy link

codecov bot commented Oct 19, 2020

Codecov Report

Merging #2250 into master will decrease coverage by 0.00%.
The diff coverage is 86.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2250      +/-   ##
==========================================
- Coverage   89.78%   89.77%   -0.01%     
==========================================
  Files         222      223       +1     
  Lines       14926    14953      +27     
==========================================
+ Hits        13401    13424      +23     
- Misses        906      908       +2     
- Partials      619      621       +2     
Impacted Files Coverage Δ
...storage/edv/documentprocessor/documentprocessor.go 85.71% <85.71%> (ø)
pkg/storage/edv/formatprovider/formatprovider.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4535370...301d92c. Read the comment docs.

@DRK3 DRK3 force-pushed the EDVDocumentProcessor branch from 96acdde to 8f107bf Compare October 20, 2020 15:12
Added a concrete document processor implementation. It can encrypt and decrypt between structured documents and encrypted documents.

Signed-off-by: Derek Trider <[email protected]>
@DRK3 DRK3 force-pushed the EDVDocumentProcessor branch from 8f107bf to a78082b Compare October 20, 2020 15:18
@fqutishat fqutishat merged commit b37cbb8 into hyperledger-archives:master Oct 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add concrete EDV document processor (encrypt/decrypt) implementation
5 participants