MOD: rebased and cleaned up
This commit is contained in:
parent
774609d8ec
commit
21fa702dbd
|
@ -0,0 +1,14 @@
|
|||
====
|
||||
Dart
|
||||
====
|
||||
|
||||
|
||||
|
||||
* Dart Naming Convention
|
||||
- "_FileScopeNamingConvention"
|
||||
- "_" or "__" used in a place that the parameter is NOT being used
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -32,6 +32,13 @@ The following describes how the CCC library will be used.
|
|||
- this allows a specific pattern of ciphers to be set
|
||||
- Ccc_enc( CipherPattern pattern, Password pass, Message msg )
|
||||
|
||||
* EasyCipher
|
||||
- this allows anyone to use the library and expect the library to know the best,
|
||||
more powerful cipher; fastest cipher that is secure; most secure cipher
|
||||
- Ccc_enc ( EasyCipher cipher, Password pass, Message msg )
|
||||
- EasyCipher: ( BEST, FAST, ... )
|
||||
|
||||
|
||||
|
||||
|
||||
NOTES
|
||||
|
|
Loading…
Reference in New Issue