File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
CompactCryptoGroupAlgebra.LibCrypto Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: CC0-1.0
2
2
# SPDX-FileCopyrightText: Lukas Prediger
3
3
4
+ - 2.1.0: Integrated upstream changes of base project.
4
5
- 1.1.0: Added more elliptic curve parameters and convenience functions
5
6
to obtain groups for a specified security level.
6
7
- 1.0.0-alpha: Initial release of CompactCryptoGroupAlgebra.LibCrypto library
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ SPDX-FileType: SOURCE
42
42
</PropertyGroup >
43
43
44
44
<ItemGroup >
45
- <ProjectReference Include =" ../CompactCryptoGroupAlgebra/CompactCryptoGroupAlgebra.csproj" />
46
- <!-- < PackageReference Include="CompactCryptoGroupAlgebra" Version="2.0.0-alpha2 " /> -- >
45
+ <!-- < ProjectReference Include="../CompactCryptoGroupAlgebra/CompactCryptoGroupAlgebra.csproj" /> -- >
46
+ <PackageReference Include =" CompactCryptoGroupAlgebra" Version =" 2.* " />
47
47
</ItemGroup >
48
48
49
49
</Project >
You can’t perform that action at this time.
0 commit comments