-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
958727c
commit 7bccbb1
Showing
6 changed files
with
57 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.3.0" | ||
".": "0.3.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,19 +18,19 @@ resolver = "2" | |
authors = ["Kevaundray Wedderburn <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
rust-version = "1.66" | ||
repository = "https://github.com/crate-crypto/peerdas-kzg" | ||
|
||
[workspace.dependencies] | ||
# These names are essentially a way to achieve scoping when we publish to crates.io | ||
# Ideally we don't publish bls12_381 and polynomial, but crates.io requires | ||
# all dependencies to be published and not local. | ||
bls12_381 = { package = "crate_crypto_internal_peerdas_bls12_381", version = "0.3.0", path = "bls12_381" } | ||
polynomial = { package = "crate_crypto_internal_peerdas_polynomial", version = "0.3.0", path = "polynomial" } | ||
bls12_381 = { package = "crate_crypto_internal_peerdas_bls12_381", version = "0.3.1", path = "bls12_381" } | ||
polynomial = { package = "crate_crypto_internal_peerdas_polynomial", version = "0.3.1", path = "polynomial" } | ||
erasure_codes = { package = "crate_crypto_internal_peerdas_erasure_codes", version = "0.3.0", path = "erasure_codes" } | ||
eip7594 = { version = "0.3.0", path = "eip7594" } | ||
kzg_multi_open = { package = "crate_crypto_kzg_multi_open_fk20", version = "0.3.0", path = "kzg_multi_open" } | ||
c_peerdas_kzg = { version = "0.3.0", path = "bindings/c" } | ||
eip7594 = { version = "0.3.1", path = "eip7594" } | ||
kzg_multi_open = { package = "crate_crypto_kzg_multi_open_fk20", version = "0.3.1", path = "kzg_multi_open" } | ||
c_peerdas_kzg = { version = "0.3.1", path = "bindings/c" } | ||
hex = "0.4.3" | ||
rayon = "1.10.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>PeerDASKZG</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Authors>Kevaundray Wedderburn</Authors> | ||
<Copyright>Kevaundray Wedderburn</Copyright> | ||
<Description>C# Bindings for PeerDASKZG</Description> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<PackageId>PeerDASKZG.Bindings</PackageId> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageTags>peerdas-kzg</PackageTags> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/crate-crypto/peerdas-kzg</RepositoryUrl> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<Version>0.0.1</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="runtimes\**\*"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>PeerDASKZG</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Authors>Kevaundray Wedderburn</Authors> | ||
<Copyright>Kevaundray Wedderburn</Copyright> | ||
<Description>C# Bindings for PeerDASKZG</Description> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<PackageId>PeerDASKZG.Bindings</PackageId> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageTags>peerdas-kzg</PackageTags> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/crate-crypto/peerdas-kzg</RepositoryUrl> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<Version>0.3.1</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="README.md" Pack="true" PackagePath=""/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="runtimes\**\*"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters