Skip to content

Commit

Permalink
Seperate our additions from the original crate
Browse files Browse the repository at this point in the history
Resolves: #109
  • Loading branch information
moCello committed May 26, 2023
1 parent e25560a commit 3d38c9f
Show file tree
Hide file tree
Showing 15 changed files with 4,852 additions and 4,822 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove scalar field generator [#100]
- Remove canonical and canonical_derive dependency [#108]

### Changed

- Separate Dusk's additions from the original crate [#109]

## [0.11.3] - 2023-05-17

### Changed
Expand Down Expand Up @@ -186,6 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rename `S` to `TWO_ADACITY` and export it

<!-- Issues -->
[#109]: (https://github.com/dusk-network/bls12_381/issues/109)
[#108]: (https://github.com/dusk-network/bls12_381/issues/108)
[#100]: (https://github.com/dusk-network/bls12_381/issues/100)
[#93]: (https://github.com/dusk-network/bls12_381/issues/93)
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions src/dusk/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) DUSK NETWORK. All rights reserved.

pub(crate) mod choice;

#[cfg(all(feature = "groups", feature = "alloc"))]
pub mod multiscalar_mul;
File renamed without changes.
Loading

0 comments on commit 3d38c9f

Please sign in to comment.