X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftables-examples.tct;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hp=53fd2399310a0d0c86732a7ef41f3fa3a760c2df;hb=4988e4a246c7cc6893c83cec6683542b4b9dad8f;hpb=427c2d3d8b6ae6b580c773400c00322242014558 diff --git a/base/tables-examples.tct b/base/tables-examples.tct index 53fd239..e69de29 100644 --- a/base/tables-examples.tct +++ b/base/tables-examples.tct @@ -1,56 +0,0 @@ -Type hb: Tcl_Obj/*hbytes*/ *@ -Type hbv: Tcl_Obj/*hbytes*/ *@ - -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) - arg ... - 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