mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-09 20:40:53 +00:00
Add work in progress notice
This commit is contained in:
parent
230ee9542a
commit
00a04290ec
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Internals
|
||||
If you're wondering about how Picocrypt handles cryptography, you've come to the right place! This page contains the technical details about the cryptographic algorithms and parameters used. This page does not go in-depth, as you can just review the source (there's only one file) to understand the nitty-gritty details.
|
||||
If you're wondering about how Picocrypt handles cryptography, you've come to the right place! This page contains the technical details about the cryptographic algorithms and parameters used, as well as how cryptographic values are stored in the header format. Note: This is a work in progress...
|
||||
|
||||
# Core Cryptography
|
||||
Picocrypt uses the following cryptographic primitives:
|
||||
|
|
Loading…
Reference in a new issue