https://github.com/digixglobal/aws_elixir_srp
https://github.com/digixglobal/aws_elixir_srp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digixglobal/aws_elixir_srp
- Owner: DigixGlobal
- Created: 2020-06-17T08:19:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:48:00.000Z (over 3 years ago)
- Last Synced: 2025-10-04T13:31:32.450Z (8 months ago)
- Language: Elixir
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AwsElixirSrp
A quick implementation of AWS SRP for Elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aws_elixir_srp` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aws_elixir_srp, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/aws_elixir_srp](https://hexdocs.pm/aws_elixir_srp).