8000 GitHub - mewmix/ecies-xmr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mewmix/ecies-xmr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecies-xmr

Intro

This is a proof of concept for performing ECIES - Edwards Curve 25519 operations to derive a symmetric key from two parties key pairings.

Heavily inspired by ecies-py

The Edwards25519 code was lifted from Jacken Baer's awesome repo here

All credit to his work and the ecies-py teams for providing a framework for me to build against.

Methods

To-Do

Install

PyPi

pip install ecies-xmr

Git (Development Releases & Contribution)

git clone https://github.com/mewmix/ecies-xmr

cd ecies-xmr

pip install -r requirements.txt

pip install . 

Library Usage

To-Do

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0