Skip to content

Commit

Permalink
CMC
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jul 25, 2023
1 parent 9e18d37 commit 5cb620e
Show file tree
Hide file tree
Showing 3 changed files with 6,690 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alg.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule CA.ALG do

def lookup(oid), do: :lists.keyfind oid, 2, algorithms()
def lookup(oid), do: :lists.keyfind(oid, 2, algorithms())
def algorithms() do
[
{:'id-gost28147-ofb', {1,2,804,2,1,1,1,1,1,1,2}},
Expand Down
Loading

0 comments on commit 5cb620e

Please sign in to comment.