Skip to content

Commit fae30ea

Browse files
committed
Moves zenroom-static to DDDC bin back and fixes path
1 parent aded456 commit fae30ea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

decidim-petitions/lib/decidim/petitions/decode/zenroom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Zenroom
99
def self.hashing data
1010
# Hashes with zenroom some data. For having better privacy with Credential Issuer.
1111
#
12-
`echo "print(ECDH.kdf(HASH.new('sha512'), '#{data}'))" | ./bin/zenroom-static 2> /dev/null`.strip
12+
`echo "print(ECDH.kdf(HASH.new('sha512'), '#{data}'))" | "#{Rails.root}/bin/zenroom-static" 2> /dev/null`.strip
1313
end
1414

1515
end

0 commit comments

Comments
 (0)