Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/hashes
Florian Schmaus 4dd3800d82 Remove Bouncycastle as direct dependency
By not directly depending on Bouncycastle (BC), we avoid conflicts between
different bouncycastle versions. It is also part of the developers job
to take care that all required security primitives are available. If
they are provide by BC or some other security provider should not be
up to Smack to decide.

We now only add BC as test dependency to satisfy this requirement when
the unit tests are executed.
2020-03-13 16:58:45 +01:00
..
element Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
HashManager.java Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
package-info.java Add Use of Cryptographic Hashfunctions (XEP-300) 2017-06-03 00:33:56 +02:00