Rebrand to bizinikiwi-bn for Pezkuwi Network

- Rename package from substrate-bn to bizinikiwi-bn
- Update authors, homepage, repository URLs
- Update license copyright to PezkuwiChain
- Bump version to 0.7.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-18 06:29:44 +03:00
parent 63f8c58735
commit e437f66c20
3 changed files with 15 additions and 14 deletions
+8 -7
View File
@@ -1,14 +1,15 @@
[package]
name = "substrate-bn"
version = "0.6.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Parity Technologies <admin@parity.io>"]
name = "bizinikiwi-bn"
version = "0.7.0"
authors = ["PezkuwiChain Developers <dev@pezkuwichain.io>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
keywords = ["pairing","crypto","cryptography"]
keywords = ["pairing", "crypto", "cryptography", "pezkuwichain", "bizinikiwi"]
readme = "README.md"
homepage = "https://github.com/paritytech/bn"
repository = "https://github.com/paritytech/bn"
homepage = "https://pezkuwichain.io"
repository = "https://github.com/pezkuwichain/bizinikiwi-bn"
documentation = "https://docs.pezkuwichain.io"
license = "MIT OR Apache-2.0"
edition = "2018"
edition = "2021"
[features]
default = []
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2016 Zcash Electric Coin Company
Copyright (c) Pezkiwi Company and Dijital Kurdistan Tech Institue
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+6 -6
View File
@@ -1,4 +1,4 @@
# bn [![Crates.io](https://img.shields.io/crates/v/bn.svg)](https://crates.io/crates/bn) [![Build status](https://api.travis-ci.org/zcash/bn.svg)](https://travis-ci.org/zcash/bn)
# bizinikiwi-bn [![Crates.io](https://img.shields.io/crates/v/bizinikiwi-bn.svg)](https://crates.io/crates/bizinikiwi-bn)
This is a [pairing cryptography](https://en.wikipedia.org/wiki/Pairing-based_cryptography) library written in pure Rust. It makes use of the Barreto-Naehrig (BN) curve construction from [[BCTV2015]](https://eprint.iacr.org/2013/879.pdf) to provide two cyclic groups **G<sub>1</sub>** and **G<sub>2</sub>**, with an efficient bilinear pairing:
@@ -10,17 +10,17 @@ This library, like other pairing cryptography libraries implementing this constr
## Usage
Add the `bn` crate to your dependencies in `Cargo.toml`...
Add the `bizinikiwi-bn` crate to your dependencies in `Cargo.toml`...
```toml
[dependencies]
bn = "0.4.2"
bizinikiwi-bn = "0.7"
```
...and add an `extern crate` declaration to your crate root:
```rust
extern crate bn;
extern crate bizinikiwi_bn as bn;
```
## API
@@ -66,11 +66,11 @@ Licensed under either of
at your option.
Copyright 2016 [Zcash Electric Coin Company](https://z.cash/). The Zcash Company promises to maintain the "bn" crate on crates.io under this MIT/Apache-2.0 dual license.
Copyright 2024-2025 [PezkuwiChain](https://pezkuwichain.io). PezkuwiChain maintains the "bizinikiwi-bn" crate on crates.io under this MIT/Apache-2.0 dual license.
### Authors
* [Sean Bowe](https://github.com/ebfull)
* [PezkuwiChain Developers](https://github.com/pezkuwichain)
### Contribution