[OTR-dev] A C# lib

Ian Goldberg ian at cypherpunks.ca
Sat Jan 15 17:54:14 EST 2005


On Sat, Jan 15, 2005 at 05:46:17PM -0500, alex323 wrote:
> I think I know what I need to do now.. Do I need to insert the length of 
> p, q, g, and e seperately? So if:
> 
>    p.Length = 12
>    q.Length = 34
>    g.Length = 56
>    e.Length = 7890
> 
> i'd have my array look like this:
> 
>    [4]   = 0 /* It's 4 bytes per MPI */
>    [5]   = 0
>    [6]   = 0
>    [7]   = 12
>    [8]   = 0
>    [9]   = 0
>    [10] = 0
>    [11] = 34

[snip]

not quite right.  Taking to to private comm.



More information about the OTR-dev mailing list