Skip to content

Commit cf6356d

Browse files
committed
2 parents 36540e1 + 2ed0341 commit cf6356d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
#Introduction#
1+
#SshNet.Security.Cryptography#
2+
3+
[![Version](https://img.shields.io/nuget/vpre/SshNet.Security.Cryptography.svg)](https://www.nuget.org/packages/SshNet.Security.Cryptography)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/r12lb7hjfjnefv6e/branch/master?svg=true)](https://ci.appveyor.com/project/drieseng/cryptography/branch/master)
5+
6+
##Introduction##
27
This project groups some crypto classes that were previously part of **SSH.NET**, and makes them available for a broad set of target frameworks.
38

4-
#Hash algorithms#
9+
##Hash algorithms##
510

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

14-
#Message Authentication Code#
19+
##Message Authentication Code##
1520

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

24-
#Framework Support#
29+
##Framework Support##
2530
**SshNet.Security.Cryptography** is available for the following target frameworks:
2631

2732
Target Framework Moniker | Frameworks
@@ -44,7 +49,7 @@ Symbol | Description
4449
:----------------------------| :--------------------------------------------------------------------------------
4550
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
4651

47-
#Build#
52+
##Build##
4853
The following software is required to build **SshNet.Security.Cryptography** in all its supported flavors:
4954

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

0 commit comments

Comments
 (0)