Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does someone who knows or build pics lite lib(static and dynamic) on android? #9

Closed
FeitianSmartcardReader opened this issue Apr 28, 2016 · 2 comments

Comments

@FeitianSmartcardReader
Copy link

Hi guys

Hope using PCSC LIte and ccid under android, does someone who knows where can find useful resource?

Thanks.

@LudovicRousseau
Copy link
Owner

Have a look at the seek-for-android project https://seek-for-android.github.io/

@FeitianSmartcardReader
Copy link
Author

        Saw it already and solve my problem. Thanks Sent from Ben's phone  

        On 04/29/2016 00:49, Ludovic Rousseau wrote:Have a look at the seek-for-android project https://seek-for-android.github.io/

—You are receiving this because you authored the thread.Reply to this email directly or view it on GitHub

LudovicRousseau pushed a commit that referenced this issue May 22, 2022
Four fixes are applied in this patch:

  1) The `SYS_RandomInt()` function is renamed to `SYS_RandomLong()`,
  and its return type is now `long`. It no longer takes a range as
  parameters for its random number generation; it always uses the full
  range.
  2) The `getrandom()` syscall is added to configure.ac as a requested
  function.
  3) The generator for `SYS_RandomLong()` is changed. The previous
  generator was from the `rand()` function, but now it uses
  `getrandom()` when available and otherwise `lrand48()`, from the POSIX
  API.
  4) The seeding of the generator is via `SYS_InitRandom()`. It is
  modified accordingly to seed the new generator.

Addresses Ref #9
"Improve SYS_RandomInt()"
https://salsa.debian.org/rousseau/PCSC/-/issues/9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants