@@ -107,14 +107,14 @@ Change into the ```<base_dir>/``` directory.
107
107
```
108
108
109
109
This will build a java only variation and copy all the build jars into ``` ../bc-lts-java-jars/ ``` directory. The name of the jar is defined with
110
- the ``` version=2.73.4-SNAPSHOT ``` version property in ``` gradle.properties ``` .
110
+ the ``` version=2.73.4 ``` version property in ``` gradle.properties ``` .
111
111
112
112
Running the DumpInfo class from the jar will report something similar to:
113
113
114
114
```
115
- java -cp ../bc-lts-java-jars/2.73.4-SNAPSHOT /bcprov-lts8on-2.73.4-SNAPSHOT .jar org.bouncycastle.util.DumpInfo
115
+ java -cp ../bc-lts-java-jars/2.73.4/bcprov-lts8on-2.73.4.jar org.bouncycastle.util.DumpInfo
116
116
117
- BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
117
+ BouncyCastle APIs (LTS edition) v2.73.4
118
118
Native Features: None
119
119
120
120
```
@@ -137,9 +137,9 @@ doing the following on an ARM based Mac:
137
137
```
138
138
#Running:
139
139
140
- java -cp ../bc-lts-java-jars/2.73.4-SNAPSHOT /bcprov-lts8on-2.73.4-SNAPSHOT .jar org.bouncycastle.util.DumpInfo -a
140
+ java -cp ../bc-lts-java-jars/2.73.4/bcprov-lts8on-2.73.4.jar org.bouncycastle.util.DumpInfo -a
141
141
142
- BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
142
+ BouncyCastle APIs (LTS edition) v2.73.4
143
143
Native Build Date: 2024-01-15T15:33:43
144
144
Native Status: READY
145
145
Native Variant: neon-le
@@ -157,7 +157,7 @@ neon-le +aes +sha256 +sha512 +sha3 +neon Variant Supported
157
157
On an Intel machine:
158
158
159
159
```
160
- BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
160
+ BouncyCastle APIs (LTS edition) v2.73.4
161
161
Native Build Date: 2024-01-11T19:24:03
162
162
Native Status: READY
163
163
Native Variant: vaesf
@@ -235,7 +235,7 @@ For example, using -Dorg.bouncycastle.native.cpu_variant=avx:
235
235
```
236
236
# Intel
237
237
238
- BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
238
+ BouncyCastle APIs (LTS edition) v2.73.4
239
239
Native Build Date: 2024-01-11T19:24:03
240
240
Native Status: READY
241
241
Native Variant: avx [<==== VARIANT!!!]
0 commit comments