2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 06:48:41 +00:00
This commit is contained in:
2026-04-09 01:15:43 +03:00
parent 4524745d36
commit e0eaa450ee
@@ -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());