We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aded456 commit fae30eaCopy full SHA for fae30ea
decidim-petitions/bin/zenroom-static renamed to bin/zenroom-static
decidim-petitions/lib/decidim/petitions/decode/zenroom.rb
@@ -9,7 +9,7 @@ class Zenroom
9
def self.hashing data
10
# Hashes with zenroom some data. For having better privacy with Credential Issuer.
11
#
12
- `echo "print(ECDH.kdf(HASH.new('sha512'), '#{data}'))" | ./bin/zenroom-static 2> /dev/null`.strip
+ `echo "print(ECDH.kdf(HASH.new('sha512'), '#{data}'))" | "#{Rails.root}/bin/zenroom-static" 2> /dev/null`.strip
13
end
14
15
0 commit comments