Merge pull request #1542 from ninjarobot/UriTemplateMatchException
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHAConstants.cs
index 8e907f1c399c4ddc3857e0f7bb3d5a041a8edc81..111d75fba54d1b42f7fc04e87ad5a9c8f80f5610 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Security.Cryptography {\r
+namespace System.Security.Cryptography {
 
-#if NET_2_0
        internal static class SHAConstants {
-#else
-       internal sealed class SHAConstants {
-
-               private SHAConstants ()
-               {
-                       // Never instantiated.\r
-               }
-#endif
                // SHA-256 Constants
                // Represent the first 32 bits of the fractional parts of the
                // cube roots of the first sixty-four prime numbers
@@ -83,4 +74,4 @@ namespace System.Security.Cryptography {
                        0x4cc5d4becb3e42b6L, 0x597f299cfc657e2aL, 0x5fcb6fab3ad6faecL, 0x6c44198c4a475817L
                };
        }
-}\r
+}