Skip to content

Instantly share code, notes, and snippets.

@leeduckgo
Created December 29, 2023 05:44
Show Gist options
  • Save leeduckgo/7c5e6b37e2b38400b21fc63d57dd84e1 to your computer and use it in GitHub Desktop.
Save leeduckgo/7c5e6b37e2b38400b21fc63d57dd84e1 to your computer and use it in GitHub Desktop.
CodesOnChain.Crypto.ex
defmodule CodesOnChain.Crypto do
@moduledoc """
the funcs about crypto
"""
def get_module_doc, do: @moduledoc
defdelegate verify_compact(msg, sig, addr), to: EthWallet
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment