Skip to content

Commit a933fff

Browse files
committed
LibCrypto: updated to v2.1.0
1 parent 3ff9da1 commit a933fff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: CC0-1.0
22
# SPDX-FileCopyrightText: Lukas Prediger
33

4+
- 2.1.0: Integrated upstream changes of base project.
45
- 1.1.0: Added more elliptic curve parameters and convenience functions
56
to obtain groups for a specified security level.
67
- 1.0.0-alpha: Initial release of CompactCryptoGroupAlgebra.LibCrypto library

CompactCryptoGroupAlgebra.LibCrypto/CompactCryptoGroupAlgebra.LibCrypto.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ SPDX-FileType: SOURCE
4242
</PropertyGroup>
4343

4444
<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.*" />
4747
</ItemGroup>
4848

4949
</Project>

0 commit comments

Comments
 (0)