I hereby claim:
- I am aakselrod on github.
- I am aakselrod (https://keybase.io/aakselrod) on keybase.
- I have a public key ASDrlw2Q7EzPJm-qzfV7yVTteJwQlm9zCPmeVrWiAHKuTQo
To claim this, I am signing this object:
| // This program empirically tests for the optimal GCS filter size under | |
| // different assumptions of block size, transaction size, number of inputs, etc. | |
| package main | |
| import ( | |
| "fmt" | |
| "math/rand" | |
| "github.com/btcsuite/btcutil/gcs/builder" |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "encoding/hex" | |
| "fmt" | |
| "github.com/btcsuite/goleveldb/leveldb" | |
| "github.com/btcsuite/goleveldb/leveldb/opt" | |
| ) | |
| func main() { |