27 packages tagged with “xor”
Simple, System.Random replaceable, very-fast xor-shift based random number generator for Portable Class Library.
Small but useful .NET helper classes
Boolean operations on polygons (union, intersection, difference, xor) in .NET
A fast and clean supervised neural network in C++, capable of effectively using multiple cores
Utilities for common interaction with PangYa game files (encryption/compression)
The framework BitArray is helpful but it has a serious flaw in the fact that it is not immutable. This is the primary motivation for working on this package in order to achieve just such an ImmutableBitArray. Reflexive operations can modify an instance but otherwise bitwise operations should yield a wholely new instance.
Fast Xor for .NET
A simple library that can be quickly encrypted and decrypted, based on native C#. For business please send Issue or contact us directly.
Bitwise Xor (bitwise-xor) binding library for Bridge.NET projects.
C# core utility library By İ. V. Töre.
The framework Enumerations provides a solid baseline of features emulating a Java style enumeration structure for .NET. Simple Ordinal based Enumerations are supported, as are more complex Flags-like Bitwise Enumerations.
Variable length hash function implementation
Enumerations tests framework is provided as an NUnit based framework sufficient to exercise the majority of boilerplate issues concerning both Ordinal as well as Bitwise Enumerations.
Code generator for [FlagsEnumeration]-decorated types. Automatically generates bitwise operator overloads corresponding with your derived Enumeration assets. This package references all required and recommended analyzer packages. See project site for installation instructions and more details.
A simple and sane wrapper for a number of cryptographic functions in C#. Cryptographic operations include: AES, Triple DES, RC4, RC2, Multi-Byte XOR, XTEA, ECDH, RSA, DPAPI and TOTP.
XorInterceptor intercepts comment-style calls to Xor() at compile time preventing string literals to show up in the IL.
Provides the build time generators that respond to the [FlagsEnumeration] partial class attribute.
Provides the [FlagsEnumeration] attribute for use when signaling when bitwise operators and so forth are to be auto generated at build time.
Provides the analyzers necessary to ensure that Enumeration derivations with [FlagsEnumeration] decoration are declared partial.