0

According to this and this page, Bouncy Castle library contains the implementation of Aria Cipher algorithm. but I could not find any documentation for how to use this algorithm in C# and the library?

could someone please help me and describe how to use the library to implement the algorithm?

thank you in advance

  • 2
    It is *not* supported in the C# library, only in the Java library. – President James K. Polk Dec 26 '18 at 01:17
  • 2
    Should be easy to convert this kind of code to Java though; the languages are really rather similar and there are not too many dependencies. The only issue is that the number format is somewhat different (unsigned vs signed integers, big enian vs runtime specific endianness). – Maarten Bodewes Dec 27 '18 at 14:51
  • 1
    I meant "from Java" of course, not "to Java". Guessing from the upvotes, that was clear. – Maarten Bodewes Dec 30 '18 at 22:22

0 Answers0