Derrick Hammer

Results 54 comments of Derrick Hammer

I have done testing, and assuming I have not to made an error, it seems to fail at the first chainingValue based on my IDE debugger. I also found your...

``` package main import ( "bytes" "encoding/hex" "fmt" "github.com/docker/go-units" "io" "lukechampine.com/blake3" "os" ) const VERIFY_CHUNK_SIZE = 16 * units.KiB func main() { file, err := os.Open("") if err != nil...

The quadratic issue seems to be extreme. I also seem to be unable to get a group 8 encoding to verify, but a group 4 works fine. In a group...

Right now, any file above 100 mb is uploaded to s3. That is then hashed when downloaded from s3 and both the file and proof are sent to sia. This...

I assume that would basically be put in `verify_integrity_internal`/`verify_integrity` and can be called for every chunk im reading from. If so and that API ensures im in control of reading...

I ran some tests myself based on a 1 GB file and 5 GB file. The following data is AI generated. | File Size | Verification Time | Source Data...

I will provide feedback when I have some data collected on this.

I have gotten this implemented in the portal at https://github.com/LumeWeb/portal/commit/8d98f131d5b090e22c1343356e8d4787a0f0157d and will be testing it on my dev node soon.

Ive just started doing testing and debugging around functions using the verification. The debug timer code I have in is logging in zap that every 256kB chunk, streamed from S5...

> https://imgur.com/a/mhzegJa > > *im sry i dont use github, im not a coder either and no idea how to embedd the image Here ![](https://i.imgur.com/tyhbWHc.png) For future reference, most dev...