You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love what you are doing here, and am trying to grok the source so that I know how to use parts of the library for a project of my own. I am wondering about the code style, is it really necessary to include all the extra comments and versioning information ? Isn't the purpose of git to handle versioning?
There are comments in the code so that others can understand the code easier.
As for the versions, there are actually (currently) four different versions of the TripleSec format. The current implementation needs to be able to decrypt messages from previous versions.
I love what you are doing here, and am trying to grok the source so that I know how to use parts of the library for a project of my own. I am wondering about the code style, is it really necessary to include all the extra comments and versioning information ? Isn't the purpose of git to handle versioning?
https://github.com/keybase/triplesec/blob/master/src/enc.iced
The text was updated successfully, but these errors were encountered: