This website requires JavaScript.
Explore
Help
Sign In
FediMovies
/
fedimovies
Watch
1
Star
1
Fork
You've already forked fedimovies
0
Code
Issues
3
Pull requests
Projects
Releases
Packages
Activity
79404fdc71
fedimovies
/
src
/
identity
/
mod.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Move create_identity_claim to identity::claims module Make it work with any DID type
2022-11-09 19:53:17 +00:00
pub
mod
claims
;
Use general Did type intsead of DidPkh in identity proofs
2022-11-08 21:59:45 +00:00
pub
mod
did
;
Add DidKey type
2022-11-09 01:51:44 +00:00
pub
mod
did_key
;
Move DidPkh type to identity module
2022-11-08 20:33:28 +00:00
pub
mod
did_pkh
;
Implement minisign identity proofs
2022-11-10 10:13:03 +00:00
pub
mod
minisign
;
Move signature suites to identity::signatures module
2022-11-10 19:06:10 +00:00
pub
mod
signatures
;
Reference in a new issue
Copy permalink