Results 27 comments of Yann

Hello, yes, i logged an issue #391 relative to this bug. I'm trying to use PSLLDQ instead, but actually no luck...

Hello again, got it working by using PSLLDQ instead of VPSLLDQ . you can replace this block in aesni_helpers.c, line 62 : ``` 1: \ pshufd $0xff, %%xmm2, %%xmm2; \...

Hi again, I think my problem is that my processor is not compatible with AVX instruction set, and so i get "illegal instruction" when your code call `vpslldq $0x4,%xmm1,%xmm3`. Because...

Proposed a patch in #390 . Would you change the code in github to make rust-crypto more CPU compatible ? Thank you

@AlexKhymenko Humm... didn't get it right now :-) If I understand I should create as many strategy functions as permissions ? I'll give it a try, but I'm afraid the...

Hi @AlexKhymenko , i've forked your project and upgrade it to angular V7.0.1. So I've made many changes, more particularly in project structure and use the ng-packagr and angular library...

Great ! I've created PR #89 for this. I'd be happy if you validate it :-)

Hi, if I can help : - If you use "roles", then use in your template the **role name** to check permissions e.g, according to the @cubet-rahul code sample: ``...

Finalized enhancements + re-configure some tests + run all tests with success (398 specs with 0 failure) ![image](https://user-images.githubusercontent.com/2945570/47966056-5ef53800-e04e-11e8-9638-f3ea381b1992.png)

@AlexKhymenko Thank you, can you give me **write access** to the repository or the conflict files so I can resolve conflicts ?