]> Cypherpunks repositories - keks.git/commitdiff
Slightly more compact list
authorSergey Matveev <stargrave@stargrave.org>
Tue, 15 Apr 2025 08:20:29 +0000 (11:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 15 Apr 2025 08:20:29 +0000 (11:20 +0300)
spec/index.texi

index e7ccd42f8fe5102070c1a8af90a1ab6d3eb9f8e39145c2ab0b98b8a69a5a146f..af4ef55f64313d1d39d2208397d36beea0726a00274e8e6e3f102fed93f95579 100644 (file)
@@ -22,34 +22,28 @@ requirements below.
 
 @itemize
 @item
-It @strong{must} be schema-less format. Schema-aware ones have
-their definite valuable advantages, but also a complication drawbacks
-and non-friendliness to humans.
-
+    It @strong{must} be schema-less format. Schema-aware ones have
+    their definite valuable advantages, but also a complication drawbacks
+    and non-friendliness to humans.
 @item
-Its encoder/decoder @strong{must} be very compact and small in terms of
-code and branches amount, to reduce attack surface on the codec itself.
-
+    Its encoder/decoder @strong{must} be very compact and small in terms of
+    code and branches amount, to reduce attack surface on the codec itself.
 @item
-It @strong{must} support enough data types for being able at
-least to replace JSON transparently.
-
+    It @strong{must} support enough data types for being able at
+    least to replace JSON transparently.
 @item
-Its encoding @strong{must} be deterministic -- there must be only a
-single representation of the structured data, allowing its usage in
-cryptography-related contexts.
-
+    Its encoding @strong{must} be deterministic -- there must be only a
+    single representation of the structured data, allowing its usage in
+    cryptography-related contexts.
 @item
-Its encoder @strong{should} be streaming-friendly, making encoder
-simpler and allowing memory-constrained systems workability.
-
+    Its encoder @strong{should} be streaming-friendly, making encoder
+    simpler and allowing memory-constrained systems workability.
 @item
-Its encoding @strong{should} be reasonably compact, to be friendly to
-storage space constrained systems.
-
+    Its encoding @strong{should} be reasonably compact, to be friendly to
+    storage space constrained systems.
 @item
-It @strong{should} be frugal to CPU usage for both performance/memory
-constrained and high data volume applications.
+    It @strong{should} be frugal to CPU usage for both performance/memory
+    constrained and high data volume applications.
 @end itemize
 
 @include comparison.texi