mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #378] [MERGED] Fix namespaces to not interfere with bouncy castle users #997
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/378
Author: @adamhathcock
Created: 5/6/2018
Status: ✅ Merged
Merged: 5/6/2018
Merged by: @adamhathcock
Base:
master← Head:fix_crypto_namespace📝 Commits (2)
9f89a08Fix namespaces to not interfere with bouncy castle users7471802Rider isn’t quite good enough in refactoring📊 Changes
7 files changed (+7 additions, -9 deletions)
View changed files
📝
src/SharpCompress/Common/Rar/RarRijndael.cs(+1 -2)📝
src/SharpCompress/Crypto/CryptoException.cs(+1 -1)📝
src/SharpCompress/Crypto/DataLengthException.cs(+1 -1)📝
src/SharpCompress/Crypto/IBlockCipher.cs(+1 -1)📝
src/SharpCompress/Crypto/ICipherParameters.cs(+1 -1)📝
src/SharpCompress/Crypto/KeyParameter.cs(+1 -1)📝
src/SharpCompress/Crypto/RijndaelEngine.cs(+1 -2)📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/377
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.