mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 21:21:57 +00:00
KeyParameter should be private or should use other namespace #298
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?
Originally created by @Inumedia on GitHub (May 6, 2018).
Hi,
Love the library, it's saved me a lot of hassle with deflate calls. However, https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Crypto/KeyParameter.cs definitely needs to either have a different namespace or be private as it interferes with including actual BouncyCastle crypto libraries.
@adamhathcock commented on GitHub (May 6, 2018):
Fixed in next release. Thanks!
@Inumedia commented on GitHub (May 6, 2018):
That was fast. Is there an ETA for next release? Guessing I should just reference by source for now.
@adamhathcock commented on GitHub (May 6, 2018):
I'll probably do it some time today as I've got a few things ready
@Inumedia commented on GitHub (May 6, 2018):
Awesome, thanks!