File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- VERSION =0.1.4
1+ VERSION =0.1.5
22NAME =pspk
33GIT_REV? =$(shell git rev-parse --short HEAD)
44LDFLAGS =-ldflags "-X main.Version=$(VERSION ) -X main.Hash=$(GIT_REV ) -X main.BuildDate=$(BUILD_DATE ) "
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ This service solve problem for persistent saving public key and send to recipien
1818- [x] load public key by name
1919- [x] share some encrypted data via one-time link
2020- [ ] support other elliptic curve cryptography algorithms
21- - [ ] ephemeral encryption via API method
21+ - [ ] ~ ephemeral encryption via API method~
2222- [ ] verification of signature by link
2323- [ ] QR codes
2424- [ ] simple cli tool
2525- [ ] simple web-application
2626- [ ] simple iOS client
2727- [ ] simple android client
28- - [ ] local http server to pspk API
28+ - [x ] local http server to pspk API
2929
3030## Model
3131
You can’t perform that action at this time.
0 commit comments