mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-29 06:48:41 +00:00
a
This commit is contained in:
@@ -225,7 +225,6 @@ namespace Esiur.Tests.Gvwie
|
|||||||
//var seq = new DerSequence(sample.Select(v => new DerInteger(v)).ToArray());
|
//var seq = new DerSequence(sample.Select(v => new DerInteger(v)).ToArray());
|
||||||
//var ans1 = seq.GetDerEncoded();
|
//var ans1 = seq.GetDerEncoded();
|
||||||
|
|
||||||
|
|
||||||
var avro = AvroConvert.Serialize(sample);
|
var avro = AvroConvert.Serialize(sample);
|
||||||
|
|
||||||
var optimal = OptimalSignedEnocding(sample.Select(x => (long)x).ToArray());
|
var optimal = OptimalSignedEnocding(sample.Select(x => (long)x).ToArray());
|
||||||
|
|||||||
Reference in New Issue
Block a user