andbi

Results 2 issues of andbi

When loading rules from multiple classes, the engine fails to efficiently compile literal conditions in a single pass with the following method: `service.newKnowledge("JAVA_CLASS", ClassA.class, ClassB.class, ...);` The performance deteriorates gradually...

bug

Both the encrypt and decrypt methods in the [ChaCha20Poly1305.java](https://github.com/mkyong/core-java/blob/master/java-11/src/main/java/com/mkyong/java11/jep329/poly1305/ChaCha20Poly1305.java) source file must put/get the nonce first. The correct order is determined by RFC 8439 and is required for interoperability.