OpenSSL.Core.Native.EC_GROUP_set_seed C# (CSharp) Method

EC_GROUP_set_seed() private method

private EC_GROUP_set_seed ( IntPtr x, byte buf, int len ) : int
x System.IntPtr
buf byte
len int
return int
        public static extern int EC_GROUP_set_seed(IntPtr x, byte[] buf, int len);
Native