A backend for the p≡p Engine built on Sequoia. CI: https://pep-security.lu/gitlab/cid/mirrors/pEpEngineSequoiaBackend/-/pipelines
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 month ago | |
---|---|---|
.cargo | 1 year ago | |
.ci | 1 year ago | |
build-win64 | 1 month ago | |
src | 4 months ago | |
.codespellrc | 1 year ago | |
.gitignore | 2 months ago | |
.gitlab-ci.yml | 1 month ago | |
COPYING | 2 years ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
Makefile | 2 months ago | |
NMakefile | 2 months ago | |
README-WIN.md | 2 months ago | |
README.md | 2 months ago | |
build.rs | 1 year ago | |
local.conf.example | 2 months ago | |
local.mak.example | 2 months ago | |
pep_engine_sequoia_backend.pc.in | 2 years ago |
README.md
This library provides an implementation of the pEp Engine's cryptotech interface using Sequoia.
Building
You need at least version 1.60 of rustc
and cargo
.
You can build this library as follows:
Linux and macOS:
You may need to edit local.conf
$ git clone https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend.git
$ cd pEpEngineSequoiaBackend
$ make
$ make install
Windows:
C:> git clone pEpEngineSequoiaBackendProject.vcxproj.user
C:> cd pEpEngineSequoiaBackend
C:> nmake /f NMakefile
See also README-WIN.md