Skip to content

Commit

Permalink
thanks: @coolaj86
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwt authored Jan 18, 2024
1 parent b26ae1d commit 835673d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
- go版本chia签名, 参考python-impl实现部分功能,并非bls的完全实现

## Bug fix
- **2023/07/08** Thanks for [**goomario**](https://github.com/goomario)'s [report](https://github.com/chuwt/chia-bls-go/issues/7),
- **2024/01/18** Thanks for the [code](https://github.com/chuwt/chia-bls-go/issues/8) from [**coolaj86**](https://github.com/coolaj86),
a bug for checking length of pks on `coreAggregateVerify` was fixed!

- **2023/07/08** Thanks for the [report](https://github.com/chuwt/chia-bls-go/issues/7) from [**goomario**](https://github.com/goomario),
a bug was fixed!
- This bug was caused by the wrong use of `big.Int.Bytes()`, it should be replaced with `big.Int.FillBytes()`

Expand Down Expand Up @@ -107,4 +110,4 @@ func (asm *AugSchemeMPL) AggregateVerify(pks [][]byte, messages [][]byte, sig []
```
// 前置公钥签名
SignWithPrependPK(sk PrivateKey, prependPK PublicKey, message []byte)
```
```

0 comments on commit 835673d

Please sign in to comment.