comparison NaCl/crypto_sign/edwards25519sha512batch.cs @ 71:7e9d1cfcc562

NaCl: added ed25519 public key message signing implementation
author Ivo Smits <Ivo@UCIS.nl>
date Fri, 01 Nov 2013 00:07:36 +0100
parents c873e3dd73fe
children
comparison
equal deleted inserted replaced
70:c22be6c412de 71:7e9d1cfcc562
1 using System; 1 using System;
2 using UCIS.NaCl;
3 using System.Runtime.InteropServices;
4 2
5 namespace UCIS.NaCl.crypto_sign { 3 namespace UCIS.NaCl.crypto_sign {
6 public static class edwards25519sha512batch { 4 public static class edwards25519sha512batch {
7 public const int SECRETKEYBYTES = 64; 5 public const int SECRETKEYBYTES = 64;
8 public const int PUBLICKEYBYTES = 32; 6 public const int PUBLICKEYBYTES = 32;