Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drieseng committed Jul 9, 2016
2 parents 36540e1 + 2ed0341 commit cf6356d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#Introduction#
#SshNet.Security.Cryptography#

[![Version](https://img.shields.io/nuget/vpre/SshNet.Security.Cryptography.svg)](https://www.nuget.org/packages/SshNet.Security.Cryptography)
[![Build status](https://ci.appveyor.com/api/projects/status/r12lb7hjfjnefv6e/branch/master?svg=true)](https://ci.appveyor.com/project/drieseng/cryptography/branch/master)

##Introduction##
This project groups some crypto classes that were previously part of **SSH.NET**, and makes them available for a broad set of target frameworks.

#Hash algorithms#
##Hash algorithms##

**SshNet.Security.Cryptography** features the following hash functions:
* md5
Expand All @@ -11,7 +16,7 @@ This project groups some crypto classes that were previously part of **SSH.NET**
* sha2-512
* ripemd160

#Message Authentication Code#
##Message Authentication Code##

**SshNet.Security.Cryptography** includes the following MAC algorithms:
* hmac-md5
Expand All @@ -21,7 +26,7 @@ This project groups some crypto classes that were previously part of **SSH.NET**
* hmac-sha2-512
* hmac-ripemd160

#Framework Support#
##Framework Support##
**SshNet.Security.Cryptography** is available for the following target frameworks:

Target Framework Moniker | Frameworks
Expand All @@ -44,7 +49,7 @@ Symbol | Description
:----------------------------| :--------------------------------------------------------------------------------
FEATURE_CRYPTO_HASHALGORITHM | [HashAlgorithm](https://msdn.microsoft.com/en-us/library/system.security.cryptography.hashalgorithm.aspx) and [KeyedHashAlgorithm](https://msdn.microsoft.com/en-us/library/system.security.cryptography.keyedhashalgorithm.aspx) classes are available

#Build#
##Build##
The following software is required to build **SshNet.Security.Cryptography** in all its supported flavors:

Software | net35 | net40 | net45 | netstandard1.0 | netstandard1.3 | portable-net45+win8+wpa81 | sl4 | sl5 | uap10.0 | wp71 | wp8 |
Expand Down

0 comments on commit cf6356d

Please sign in to comment.