]> git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - sha2.h
also describe the signature protocol
[xonotic/d0_blind_id.git] / sha2.h
diff --git a/sha2.h b/sha2.h
index 0f4a9e7aee9251b418f00adef455bab6c7a95dec..8f830b653216c28ac26320f5628dd1fb89330526 100644 (file)
--- a/sha2.h
+++ b/sha2.h
@@ -29,7 +29,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: sha2.h,v 1.1 2001/11/08 00:02:01 adg Exp adg $
+ * $Original-Id: sha2.h,v 1.1 2001/11/08 00:02:01 adg Exp adg $
  */
 
 #ifndef __SHA2_H__
@@ -153,8 +153,6 @@ void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
 char* SHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]);
 char* SHA512_Data(const uint8_t*, size_t, char[SHA512_DIGEST_STRING_LENGTH]);
 
-void sha256(unsigned char *out, const unsigned char *in, int n);
-
 #else /* SHA2_USE_INTTYPES_H */
 
 void SHA256_Init(SHA256_CTX *);