chiark / gitweb /
fixes for cdb; it now works at least a bit
[chiark-tcl.git] / base / tables-examples.tct
index 553f7689aaf2d64f5b5061838f87bcdcdcc1f6f1..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,59 +0,0 @@
-Type hb:                       HBytes_Value @
-Init hb                                @.start=0; @.end=0;
-Type hbv:                      HBytes_Value *@
-
-H-Include      "hbytes.h"
-
-Table hbytes
-       raw2h
-               binary  obj
-               =>      hb
-       h2raw
-               hex     hb
-               =>      obj
-       prefix
-               v       hbv
-               str     ...
-       append
-               v       hbv
-               str     ...
-       concat
-               v       hbv
-               str     ...
-       unprepend
-               v       hbv
-               length  int
-               =>      hb
-       unappend
-               v       hbv
-               length  int
-               =>      hb
-       chopto
-               v       hbv
-               length  int
-               =>      hb
-       pkcs5
-               meth    enum(PadMethodInfo,padmethodinfos)
-               obj     ...
-       blockcipher
-               encrypt charfrom("de")
-               v       hbv
-               alg     enum(BlockCipherAlgInfo,blockcipheralginfos)
-               mode    enum(BlockCipherModeInfo,blockciphermodeinfos)
-               ?iv     hb
-               =>      hb
-       hash
-               alg     enum(HashAlgInfo,hashalginfos)
-               message hb
-               =>      hb
-       hmac
-               alg     enum(HashAlgInfo,hashalginfos)
-               message hb
-               key     hb
-               maclen  int
-               =>      hb
-
-#Table padmethodinfos
-#      Info
-#              int algname;
-#Entries