| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove "Invalid argument" and "Decoding Error" prefixes
|
| |
|
|
|
|
|
| |
Previously calling update or encrypt without calling set_key first
would result in invalid outputs or else crashing.
|
|
|
|
| |
Cannot figure out how to get MSVC to shut up
|
| |
|
|
This leads to a rather shocking decrease in binary sizes, especially
the static library (~1.5 MB reduction). Saves 60KB in the shared lib.
Since throwing or catching an exception is relatively expensive these
not being inlined is not a problem in that sense. It had simply not
occured to me that it would take up so much extra space in the binary.
|