Re: providing perl api for C library

2022-12-10 Thread sisyphus
On Sat, Dec 10, 2022 at 2:19 PM Henry R wrote: > Hello list, > > I have written a C library which encrypts the data stored in object > storage like S3. > If I want to provide it with a perl OO interface what's the right way? > such methods like: > > $data->encrypt("input.sth"); > $data->decrypt("

Re: providing perl api for C library

2022-12-10 Thread Mike
I don't know. You know what they say - to get the quickest answer, don't ask the question.  Instead, do it wrong and people will come out of the woodwork to tell you your an idiot :-) Mike On 12/9/22 21:19, Henry R wrote: Hello list, I have written a C library which encrypts the data store

providing perl api for C library

2022-12-09 Thread Henry R
Hello list, I have written a C library which encrypts the data stored in object storage like S3. If I want to provide it with a perl OO interface what's the right way? such methods like: $data->encrypt("input.sth"); $data->decrypt("input.sth"); Thanks. -- To unsubscribe, e-mail: beginners-uns