Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 0d57906

Browse files
removing unneeded self-closing element </p>
1 parent 9591a30 commit 0d57906

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/venafi/vcert/sdk/connectors/cloud/SealedBoxUtility.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,15 @@
1313

1414

1515
/**
16-
* <p>
1716
* The following utility is based on the SealBoxUtility code shared in the stackoverflow question
1817
* <a href="https://stackoverflow.com/questions/42456624/how-can-i-create-or-open-a-libsodium-compatible-sealed-box-in-pure-java">
1918
* How can I create or open a libsodium compatible sealed box in pure Java</a>.
20-
* </p>
2119
* <p>
2220
* The main difference is on this version is being used the <a href="https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/digests/Blake2bDigest.java">
2321
* org.bouncycastle.crypto.digests.Blake2bDigest</a> from <a href="https://github.com/bcgit/bc-java">The Bouncy Castle Crypto Package For Java</a>
2422
* instead of <a href="https://github.com/alphazero/Blake2b">Blake2b</a> to get the Blake2b hash.
25-
* <p/>
2623
* <p>
2724
* Has also a dependency on TweetNaclFast from <a href="https://github.com/InstantWebP2P/tweetnacl-java">https://github.com/InstantWebP2P/tweetnacl-java</a>.
28-
* </p>
2925
*
3026
*/
3127
public class SealedBoxUtility {

0 commit comments

Comments
 (0)