Like most Clipperz features, SRP is implemented in JavaScript and thus
executed in the browser locally, even though the browser itself does
not natively support SRP.
That's generally the concept behind Clipperz: execute security
relevant stuff in the browser via JavaScript and only store absolutely
necessary data on the server unencrypted.
The code is here:
https://github.com/clipperz/password-manager/blob/master/frontend/gamma/js/Clipperz/Crypto/SRP.js