1. 25 May, 2023 5 commits
  2. 24 May, 2023 3 commits
  3. 23 May, 2023 4 commits
  4. 22 May, 2023 3 commits
  5. 19 May, 2023 4 commits
  6. 17 May, 2023 6 commits
  7. 16 May, 2023 4 commits
  8. 15 May, 2023 1 commit
  9. 12 May, 2023 2 commits
  10. 11 May, 2023 7 commits
  11. 10 May, 2023 1 commit
    • Péter Szilágyi's avatar
      crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) · 2169fa34
      Péter Szilágyi authored
      * cryto/kzg4844: pull in the C and Go libs for KZG cryptography
      
      * go.mod: pull in the KZG libraries
      
      * crypto/kzg4844: add basic becnhmarks for ballpark numbers
      
      * cmd, crypto: integrate both CKZG and GoKZG all the time, add flag
      
      * cmd/utils, crypto/kzg4844: run library init on startup
      
      * crypto/kzg4844: make linter happy
      
      * crypto/kzg4844: push missing file
      
      * crypto/kzg4844: fully disable CKZG but leave in the sources
      
      * build, crypto/kzg4844, internal: link CKZG by default and with portable mode
      
      * crypto/kzg4844: drop verifying the trusted setup in gokzg
      
      * internal/build: yolo until it works?
      
      * cmd/utils: make flag description friendlier
      Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
      
      * crypto/ckzg: no need for double availability check
      
      * build: tiny flag cleanup nitpick
      
      ---------
      Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
      2169fa34