Skip to content

Commit

Permalink
refactor: client_zencode in favour of zenflows-crypto (#31)
Browse files Browse the repository at this point in the history
* refactor: client_zencode in favour of zenflows-crypto
  • Loading branch information
puria authored Jan 15, 2025
1 parent 5a4712b commit 16edd90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

[submodule "webapp/zenflows-crypto"]
path = webapp/zenflows-crypto
url = https://github.com/interfacerproject/zenflows-crypto
[submodule "webapp/client_zencode"]
path = webapp/client_zencode
url = https://github.com/ForkbombEu/client_zencode
[submodule "webapp/src/lib/openid-vc-typescript-json-schema"]
path = webapp/src/lib/openid-vc-typescript-json-schema
url = https://github.com/ForkbombEu/openid-vc-typescript-json-schema
[submodule "pkg/internal/pb/zenflows-crypto"]
path = pkg/internal/pb/zenflows-crypto
url = https://github.com/interfacerproject/zenflows-crypto
[submodule "pkg/internal/pb/client_zencode"]
path = pkg/internal/pb/client_zencode
url = https://github.com/ForkbombEu/client_zencode
1 change: 1 addition & 0 deletions pkg/internal/pb/client_zencode
Submodule client_zencode added at 15a60d
4 changes: 2 additions & 2 deletions pkg/internal/pb/zencode.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
slangroom "github.com/dyne/slangroom-exec/bindings/go"
)

//go:embed zenflows-crypto/src/keypairoomServer-6-7.zen
//go:embed client_zencode/keypairoom/keypairoomServer-6-7.zen
var KEYPAIROOM_ZENCODE string

//go:embed zenflows-crypto/src/pubkeys-request-signed-02-24.zen
//go:embed client_zencode/keypairoom/pubkeys-request-signed-02-24.zen
var PUBKEYS_REQUEST_SIGNED_ZENCODE string

func KeypairoomServer(conf *KeypairoomConfig, data map[string]interface{}) (string, error) {
Expand Down
1 change: 0 additions & 1 deletion pkg/internal/pb/zenflows-crypto
Submodule zenflows-crypto deleted from 0ffcce

0 comments on commit 16edd90

Please sign in to comment.