Packages
stensitive
0.1.0
Store sensitive data in a secure way, completely for free, on Blockchain. Works with the Stellar network.
Current section
Files
Jump to
Current section
Files
lib/stensitive.ex~
defmodule Stensitive do
@moduledoc """
Documentation for `Stensitive`.
"""
@doc """
Hello world.
## Examples
iex> Stensitive.hello()
:world
"""
def hello do
:world
end
end