aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/crypto/digest/MAC.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to sshlibKenny Root2015-07-181-157/+0
|
* Add support for HMAC-SHA2-256 and HMAC-SHA2-512Kenny Root2013-10-061-9/+48
| | | | | | | | | This adds support for the new MAC modes using SHA-2 family of hashes as set forth in RFC 6668. See http://tools.ietf.org/html/rfc6668 for more information. Change-Id: I09dfe44efe230021a77d81546fccc6b124c958d3
* Fix line endingsKenny Root2013-04-111-118/+118
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-24/+54
| | | | | | Use JCE instead of the DIY crypto library that is in Trilead. This was apparently for J2ME devices. Well, I'm sorry, J2ME devices, you're dead to me.
* Initial import.Kenny Root2007-11-171-0/+88