Skip to content

Commit

Permalink
standardize project descriptions (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Aug 15, 2024
1 parent 6d0d240 commit c3eb005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/csharp/csharp_code/EthKZG.bindings/EthKZG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<Authors>Kevaundray Wedderburn</Authors>
<Copyright>Kevaundray Wedderburn</Copyright>
<Description>C# Bindings for KZG functionality that Ethereum needs for Data Availability Sampling</Description>
<Description>A library that implements the cryptography needed for the Data Availability Sampling scheme used in Ethereum</Description>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<PackageId>EthKZG.Bindings</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion bindings/nim/nim_code/nim_eth_kzg.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.3.0"
# x-release-please-end

author = "Kevaundray Wedderburn"
description = "KZG bindings for DAS functionality"
description = "A library that implements the cryptography needed for the Data Availability Sampling scheme used in Ethereum"
license = "MIT"

import nim_eth_kzg/build_utils
Expand Down

0 comments on commit c3eb005

Please sign in to comment.