add __repr__

This commit is contained in:
William Bell
2025-09-13 01:17:16 +01:00
parent 5846adf025
commit 4be8e8e32f
3 changed files with 72 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
extern ArgonObject *ARGON_STRING_TYPE;
char *c_quote_string(const char *input, size_t len);
void init_string(ArgonObject*object,char *data, size_t length, uint64_t prehash,
uint64_t hash);