* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA512Managed.cs
index f74d6318c2bd37a871e12d6ef7d778140a15a00b..44584ac448598ba29b4ff1f2fd56d9dd7028985d 100644 (file)
@@ -8,11 +8,7 @@
 // (C) 2002
 // Implementation translated from Bouncy Castle JCE (http://www.bouncycastle.org/)
 // See bouncycastle.txt for license.
-// (C) 2004 Novell (http://www.novell.com)
-//
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
        
+#if NET_2_0
+[ComVisible (true)]
+#endif
 public class SHA512Managed : SHA512 {
 
        private byte[] xBuf;