sharplispers / ironclad

A cryptographic toolkit written in Common Lisp
BSD 3-Clause "New" or "Revised" License
166 stars 28 forks source link

Unable to define `encrypt` or `decrypt` as defgenerics with CCL 1-12.dev #8

Closed eschulte closed 5 years ago

eschulte commented 5 years ago

Using ccl version 1.12-dev (v1.12-dev.3-44-g8fa7fdfc) loading ironclad results in two errors; both encrypt and decrypt are previously defined as something other than a generic function causing the defgeneric of those functions to fail. In both cases invoking the "continue removing any global binding" restart succeeds.

eschulte commented 5 years ago

Never mind... Likely a local ccl problem.