Teemu S.

Results 44 comments of Teemu S.

You may consider Dart package [cryptography](https://pub.dev/packages/cryptography), which has the same goals, largely the same algorithms, and the same Apache License 2.0.

Hi! Thanks for the issue report. I agree that this issue should be fixed. The current API was never assessed with RSA in mind. RSA support was added only because...

ECDH and ECDSA are supported only in the browser at the moment.

If anyone creates a pull request that implements this, I can do code review. :)

Package [cupertino_ffi](https://pub.dev/packages/cupertino_ffi) contains the necessary helpers (NSString, reference counting, etc.) for using any Objective-C library, but inability to call the variadic C function `objc_msgSend` is a blocker.

@mraleph In the X64 variadic convention, register AH (RAX) is used pass an upper bound of XMM register arguments to the callee. In the [X64-mac trampoline](https://github.com/dart-lang/sdk/blob/master/runtime/vm/compiler/ffi_dbc_trampoline_x64_linux_mac.S), the function pointer is...

I don't see need for passing a List. This is a calling convention issue. In X64, the trampoline used by 'dart:ffi' passes an incorrect integer in AH (8 bits of...

Nobody has made a pull request.

Thank you for the pull request. 👍 Yet I would like inquire whether this solves an actual problem? Pub should infer the right dependencies from the constraints and I haven't...