rnp icon indicating copy to clipboard operation
rnp copied to clipboard

Making librnp available on iOS

Open ronaldtse opened this issue 7 years ago • 4 comments

Making librnp available on iOS.

ronaldtse avatar Mar 26 '17 17:03 ronaldtse

Hi, is there any progress on this?

p-barabas avatar Dec 14 '21 10:12 p-barabas

@p-barabas thanks for the timely ping! Actually there is movement in this area: @w-i-n-s will be making something available hopefully in two months time.

Will keep you updated here!

ronaldtse avatar Dec 14 '21 15:12 ronaldtse

Thanks. @ronaldtse, @w-i-n-s I would write a swift wrapper for encrypt, decrypt, generate, sign, verify functions, but seems I need it in shorter time. Can I help make iOS version of rnp faster? Can you give me advice about steps?

p-barabas avatar Dec 14 '21 19:12 p-barabas

@p-barabas I'm not familiar with Swift yet, but it seems you may use library directly with rnp.h header and compiled dylib: https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/using_imported_c_functions_in_swift

As a guide to calls you need to make for certain functionality you may use CLI as it is uses calls from the same rnp.h header, or C examples.

ni4 avatar Dec 16 '21 13:12 ni4