Changeset 2960156
- Timestamp:
- Apr 11, 2019 11:44:57 AM (2 years ago)
- Branches:
- master
- Children:
- dd5f8b45
- Parents:
- 9a72c4b
- Location:
- core/java/src/net/i2p
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/data/PrivateKeyFile.java
r9a72c4b r2960156 764 764 type == SigType.RedDSA_SHA512_Ed25519) { 765 765 I2PAppContext ctx = I2PAppContext.getGlobalContext(); 766 s.append("\nBlinded B32: ").append(Blinding.encode(ctx, spk , null));766 s.append("\nBlinded B32: ").append(Blinding.encode(ctx, spk)); 767 767 } 768 768 } -
core/java/src/net/i2p/util/CommandLine.java
r9a72c4b r2960156 22 22 "freenet.support.CPUInformation.CPUID", 23 23 "net.i2p.CoreVersion", 24 "net.i2p.crypto.Blinding", 24 25 "net.i2p.crypto.CertUtil", 25 26 "net.i2p.crypto.CryptoCheck",
Note: See TracChangeset
for help on using the changeset viewer.