mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-02 13:33:07 +00:00
Rename Codex to Logos Storage (#18)
This commit is contained in:
parent
b8dd95f45c
commit
82de35640d
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -40,7 +40,7 @@ on:
|
||||
|
||||
ceremonyContribution:
|
||||
description: 'Input into the circuit ceremony setup'
|
||||
default: 'Let the Codex rock!'
|
||||
default: 'Let the Logos Storage rock!'
|
||||
|
||||
env:
|
||||
nim_version: 1.6.14
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
Codex Storage Proofs for the MVP
|
||||
Logos Storage Proofs for the MVP
|
||||
================================
|
||||
|
||||
This document describes the storage proof system for the Codex 2023 Q4 MVP.
|
||||
|
||||
@ -24,7 +24,7 @@ include "misc.circom";
|
||||
//
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
//
|
||||
// Merkle tree convention: Here we use a Codex-specific "safe" Merkle tree convention.
|
||||
// Merkle tree convention: Here we use a Logos-Storage-specific "safe" Merkle tree convention.
|
||||
//
|
||||
// This uses a "keyed compression function", where the key depends on:
|
||||
//
|
||||
|
||||
@ -12,7 +12,7 @@ License-files: LICENSE-MIT
|
||||
Author: Balazs Komuves
|
||||
Copyright: (c) 2023 Status Research & Development GmbH
|
||||
Maintainer: balazs (at) status (dot) im
|
||||
Homepage: https://github.com/codex-storage/codex-storage-proofs-circuits
|
||||
Homepage: https://github.com/logos-storage/logos-storage-proofs-circuits
|
||||
|
||||
Stability: Experimental
|
||||
Category: Cryptography
|
||||
@ -21,7 +21,7 @@ Build-Type: Simple
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/codex-storage/codex-storage-proofs-circuits
|
||||
location: https://github.com/logos-storage/logos-storage-proofs-circuits
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -9,6 +9,6 @@ bin = @["cli"]
|
||||
|
||||
requires "nim >= 1.6.0"
|
||||
requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|
||||
requires "https://github.com/codex-storage/nim-poseidon2#4e2c6e619b2f2859aaa4b2aed2f346ea4d0c67a3"
|
||||
requires "https://github.com/codex-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d"
|
||||
requires "https://github.com/logos-storage/nim-poseidon2#4e2c6e619b2f2859aaa4b2aed2f346ea4d0c67a3"
|
||||
requires "https://github.com/logos-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d"
|
||||
#requires "goldilocks_hash == 0.0.1"
|
||||
|
||||
@ -11,4 +11,4 @@ bin = @["testvectors"]
|
||||
|
||||
requires "nim >= 1.6.0"
|
||||
requires "https://github.com/mratsim/constantine#ab6fa6ae1bbbd1b10071a92ec209b381b5d82511"
|
||||
requires "https://github.com/codex-storage/nim-poseidon2#8a54c69032a741160bbc097d009e45a8b5e4d718"
|
||||
requires "https://github.com/logos-storage/nim-poseidon2#8a54c69032a741160bbc097d009e45a8b5e4d718"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user