Difference between revisions of "Component: Hydro Encryption (Comms: Networking)"
From Flowcode Help
Jump to navigationJump to search| Line 17: | Line 17: | ||
| ==Component Source Code== | ==Component Source Code== | ||
| − | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_libhydrogen.fcfx FC_Comp_Source_libhydrogen.fcfx] | 
| − | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/ | + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_libhydrogen.fcfx FC_Comp_Source_libhydrogen.fcfx] | 
| ==Detailed description== | ==Detailed description== | ||
| Line 52: | Line 52: | ||
| ''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
Latest revision as of 13:13, 7 February 2023
| Author | |
| Version | 1.0 | 
| Category | Comms: Networking | 
Contents
Hydro Encryption component
A cipher suite to enable encryption and decryption of data messages, based on libhydrogen.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_libhydrogen.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_libhydrogen.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
hash_keygen
|   | hash_keygen | 
| Creates a secret key suitable for use with the hash_hash function. You must provide a 32 byte array for the key. | |
|  - BYTE | key | 
|  - VOID | Return | 
hash_with_key
hash_without_key
init
|   | init | 
| Initialisation function. To be called at the very start of your program. | |
|  - INT | Return | 
secretbox_decrypt
secretbox_encrypt
secretbox_keygen
|   | secretbox_keygen | 
| Creates a secret key suitable for use with the secretbox functions. You must provide a 32 byte array for the key. | |
|  - BYTE | key | 
|  - VOID | Return | 
sign_create
sign_keygen
sign_verify
Property reference
|   | Properties | 

