Skip to content

Commit

Permalink
signing is consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 23, 2024
1 parent 6b715e4 commit 8234062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ecdsa.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ defmodule CA.ECDSA.OTP do
# openssl ec -in $client.key -pubout -out $client.pub
# openssl dgst -sha256 -sign $client.key mix.exs > mix.sig
# openssl dgst -sha256 -verify $client.pub -signature mix.sig mix.exs
# CA.ECDSA.sign "mix.exs", "#{client}.key"
# CA.ECDSA.verify "mix.exs", "mix.sig", "#{client}.pub"
# CA.ECDSA.OTP.verify "mix.exs", "mix.sig", "#{client}.pub"

Expand Down

0 comments on commit 8234062

Please sign in to comment.