shove70 / crypto

A D Library of encryption, decryption, encode, hash, and message digital signatures.
MIT License
32 stars 12 forks source link

Change immutable arguments & mutable arguments to `const` where appropriate #4

Closed n8sh closed 5 years ago

n8sh commented 5 years ago

When string argument is not saved (retained), replace with in char[]. When ubyte[] argument is not modified, replace with in ubyte[].