This website requires JavaScript.
Explore
Help
Sign In
vexahub
/
opaque-vx
Watch
5
Star
0
Fork
0
Code
Issues
1
Pull Requests
3
Actions
Releases
3
Activity
Files
f030fca1cbd6b5c13d96f3446d3652032b204c59
opaque-vx
/
src
/
ciphersuite.rs
T
7 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
index on bundle_api:
57e152b
Adding password hashing functionality
2020-06-11 14:46:46 -07:00
pub
trait
CipherSuite
{
type
Aead
;
type
Group
;
type
Keypair
;
}
Reference in New Issue
Copy Permalink