mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
README
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Droplet
|
||||
|
||||
Droplet is a `napi.rs` Rust/Node.js package full of high-performance and low-level utils for Droplet.
|
||||
|
||||
## Chunker
|
||||
|
||||
The `chunker.rs` rapidly splits game files into 64MiB or less chunks to be used in Drop distribution. Files are chunked initially to generate a manifest, checksums (coming soon) and make it easier for the Drop server to distribute them.
|
||||
|
||||
## SSL
|
||||
|
||||
Due to Drop's TLS-based client authentication and handling, droplet has SSL utilities that generates a Root CA and then can generate leaf certificates based on client ID & names.
|
||||
|
||||
This still needs work because currently all certificates expire in 4095 and there is no way to revoke them.
|
||||
Reference in New Issue
Block a user